GstMpegts.PESMetadataMeta¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
flags |
r/w |
bit flags, see spec for details |
|
meta |
r/w |
parent |
|
metadata_service_id |
r/w |
metadata service identifier |
Methods¶
class |
|
Details¶
- class GstMpegts.PESMetadataMeta¶
Extra buffer metadata describing the PES Metadata context. This is based on the Metadata AU cell header in ISO/IEC 13818-1:2018 Section 2.12.4.
AU_cell_data_length is not provided, since it matches the length of the buffer
New in version 1.24.
- classmethod get_info()[source]¶
- Returns:
The
Gst.MetaInfo
- Return type:
Gets the global
Gst.MetaInfo
describing theGstMpegts.PESMetadataMeta
meta.New in version 1.24.