upipe-ts/upipe_ts.h header reference

Upipe declarations common to TS demux and mux More

Header inclusion  

Members  

Type  

Functions  

Description  

Upipe declarations common to TS demux and mux

Members detail  

#define _UPIPE_TS_UPIPE_TS_H_  

This macro is declared in upipe-ts/upipe_ts.h source file, line 26.

enum upipe_ts_conformance  

This enum is declared in upipe-ts/upipe_ts.h source file, line 35.

This enum is the conformance mode of a transport stream.

IdentifierValueDescription
UPIPE_TS_CONFORMANCE_AUTO0automatic conformance
UPIPE_TS_CONFORMANCE_ISO1no conformance, just ISO 13818-1
UPIPE_TS_CONFORMANCE_DVB_NO_TABLES2DVB conformance without SI tables (ETSI EN 300 468)
UPIPE_TS_CONFORMANCE_DVB3DVB conformance (ETSI EN 300 468)
UPIPE_TS_CONFORMANCE_ATSC4ATSC conformance
UPIPE_TS_CONFORMANCE_ISDB5ISDB conformance

enum upipe_ts_conformance upipe_ts_conformance_from_flow_def(struct uref *flow_def)  

This function is declared in upipe-ts/upipe_ts.h source file, line 121.

This function encodes a conformance from a flow definition packet.

Parameter list:

  • flow_def: flow definition packet

The return value is coded conformance

enum upipe_ts_conformance upipe_ts_conformance_from_string(const char *conformance)  

This function is declared in upipe-ts/upipe_ts.h source file, line 100.

This function encodes a conformance from a string.

Parameter list:

  • conformance: string describing the conformance

The return value is conformance coded conformance

const char * upipe_ts_conformance_print(enum upipe_ts_conformance conformance)  

This function is declared in upipe-ts/upipe_ts.h source file, line 57.

This function returns a string describing the conformance.

Parameter list:

  • conformance: coded conformance

The return value is a constant string describing the conformance

int upipe_ts_conformance_to_flow_def(struct uref *flow_def, enum upipe_ts_conformance conformance)  

This function is declared in upipe-ts/upipe_ts.h source file, line 77.

This function encodes a conformance into a flow definition packet.

Parameter list:

  • flow_def: flow definition packet
  • conformance: coded conformance

The return value is an error code

Valid XHTML 1.0 StrictGenerated by cmassiot on Fri Feb 2 23:57:19 2018 using MkDoc