libdvbpsi
1.3.2
src
descriptors
dr_13.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2010 Adam Charrett
3
4
This library is free software; you can redistribute it and/or
5
modify it under the terms of the GNU Lesser General Public
6
License as published by the Free Software Foundation; either
7
version 2.1 of the License, or (at your option) any later version.
8
9
This library is distributed in the hope that it will be useful,
10
but WITHOUT ANY WARRANTY; without even the implied warranty of
11
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12
Lesser General Public License for more details.
13
14
You should have received a copy of the GNU Lesser General Public
15
License along with this library; if not, write to the Free Software
16
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
17
18
dr_13.h
19
20
Decode Carousel id Descriptor.
21
22
*/
23
30
#ifndef _DR_13_H
31
#define _DR_13_H
32
33
/*****************************************************************************
34
* dvbpsi_carousel_id_dr_s
35
*****************************************************************************/
46
typedef
struct
dvbpsi_carousel_id_dr_s
47
{
48
uint32_t
i_carousel_id
;
49
uint8_t
i_private_data_len
;
50
uint8_t *
p_private_data
;
53
}
dvbpsi_carousel_id_dr_t
;
54
55
/*****************************************************************************
56
* dvbpsi_DecodeCarouselIdDr
57
*****************************************************************************/
66
dvbpsi_carousel_id_dr_t
*
dvbpsi_DecodeCarouselIdDr
(
dvbpsi_descriptor_t
*p_descriptor);
67
68
#endif
dvbpsi_DecodeCarouselIdDr
dvbpsi_carousel_id_dr_t * dvbpsi_DecodeCarouselIdDr(dvbpsi_descriptor_t *p_descriptor)
Decode a Carousel id descriptor (tag 0x13)
dvbpsi_carousel_id_dr_s::i_carousel_id
uint32_t i_carousel_id
Definition:
dr_13.h:48
dvbpsi_carousel_id_dr_s::p_private_data
uint8_t * p_private_data
Definition:
dr_13.h:50
dvbpsi_carousel_id_dr_s::i_private_data_len
uint8_t i_private_data_len
Definition:
dr_13.h:49
dvbpsi_carousel_id_dr_t
struct dvbpsi_carousel_id_dr_s dvbpsi_carousel_id_dr_t
dvbpsi_carousel_id_dr_t type definition.
dvbpsi_descriptor_s
Descriptor structure.
Definition:
descriptor.h:82
dvbpsi_carousel_id_dr_s
Data Broadcast id Descriptor.
Definition:
dr_13.h:46
Generated on Mon Nov 11 2024 09:52:20 for libdvbpsi by
1.8.17