upipe-ts/upipe_ts.h header reference
Upipe declarations common to TS demux and mux More
Members
Type
- enum upipe_ts_conformance
Description
Upipe declarations common to TS demux and mux
Members detail
This macro is declared in upipe-ts/upipe_ts.h source file, line 26.
This enum is declared in upipe-ts/upipe_ts.h source file, line 33.
This enum is the conformance mode of a transport stream.
Identifier | Value | Description |
---|---|---|
UPIPE_TS_CONFORMANCE_AUTO | 0 | automatic conformance |
UPIPE_TS_CONFORMANCE_ISO | 1 | no conformance, just ISO 13818-1 |
UPIPE_TS_CONFORMANCE_DVB | 2 | DVB conformance (ETSI EN 300 468) |
UPIPE_TS_CONFORMANCE_ATSC | 3 | ATSC conformance |
UPIPE_TS_CONFORMANCE_ISDB | 4 | ISDB conformance |