Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libdvbpsi
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
libdvbpsi
Commits
89b247c5
Commit
89b247c5
authored
Dec 24, 2014
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dr_a1.h: update and correct documentation
parent
a88f4625
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
5 deletions
+17
-5
src/descriptors/dr_a1.h
src/descriptors/dr_a1.h
+17
-5
No files found.
src/descriptors/dr_a1.h
View file @
89b247c5
...
@@ -35,7 +35,19 @@ extern "C"
...
@@ -35,7 +35,19 @@ extern "C"
{
{
#endif
#endif
/*****************************************************************************
* dvbpsi_service_location_element_s
*****************************************************************************/
/*!
* \struct dvbpsi_service_location_element_s
* \brief "service location element" structure
*
* This structure is used to store a decoded server location element.
*/
/*!
* \typedef struct dvbpsi_service_location_element_s dvbpsi_service_location_element_t
* \brief dvbpsi_service_location_element_t typedefinition.
*/
typedef
struct
dvbpsi_service_location_element_s
typedef
struct
dvbpsi_service_location_element_s
{
{
uint8_t
i_stream_type
;
/*!< service stream type */
uint8_t
i_stream_type
;
/*!< service stream type */
...
@@ -47,7 +59,7 @@ typedef struct dvbpsi_service_location_element_s
...
@@ -47,7 +59,7 @@ typedef struct dvbpsi_service_location_element_s
* dvbpsi_service_location_dr_s
* dvbpsi_service_location_dr_s
*****************************************************************************/
*****************************************************************************/
/*!
/*!
* \struct dvbpsi_service_dr_s
* \struct dvbpsi_service_
location_
dr_s
* \brief "service" descriptor structure.
* \brief "service" descriptor structure.
*
*
* This structure is used to store a decoded "service location"
* This structure is used to store a decoded "service location"
...
@@ -68,7 +80,7 @@ typedef struct dvbpsi_service_location_dr_s
...
@@ -68,7 +80,7 @@ typedef struct dvbpsi_service_location_dr_s
/*****************************************************************************
/*****************************************************************************
* dvbpsi_DecodeService
Data
Dr
* dvbpsi_DecodeService
Location
Dr
*****************************************************************************/
*****************************************************************************/
/*!
/*!
* \fn dvbpsi_service_dr_t * dvbpsi_DecodeServiceLocationDr(
* \fn dvbpsi_service_dr_t * dvbpsi_DecodeServiceLocationDr(
...
@@ -82,10 +94,10 @@ dvbpsi_service_location_dr_t
...
@@ -82,10 +94,10 @@ dvbpsi_service_location_dr_t
*
dvbpsi_DecodeServiceLocationDr
(
dvbpsi_descriptor_t
*
p_descriptor
);
*
dvbpsi_DecodeServiceLocationDr
(
dvbpsi_descriptor_t
*
p_descriptor
);
/*****************************************************************************
/*****************************************************************************
* dvbpsi_GenService
Data
Dr
* dvbpsi_GenService
Location
Dr
*****************************************************************************/
*****************************************************************************/
/*!
/*!
* \fn dvbpsi_descriptor_t * dvbpsi_GenServiceDr(
* \fn dvbpsi_descriptor_t * dvbpsi_GenService
Location
Dr(
dvbpsi_service_dr_t * p_decoded, bool b_duplicate)
dvbpsi_service_dr_t * p_decoded, bool b_duplicate)
* \brief "service" descriptor generator.
* \brief "service" descriptor generator.
* \param p_decoded pointer to a decoded "service" descriptor
* \param p_decoded pointer to a decoded "service" descriptor
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment