GstCodecParsers.Mpeg4Packet¶
Fields¶
Name |
Type |
Access |
Description |
|---|---|---|---|
data |
r/w |
the data containing packet starting at offset |
|
marker_size |
r/w |
The size in bit of the resync marker. |
|
offset |
r/w |
offset of the start of the packet (without the 3 bytes startcode), but including the |
|
size |
r/w |
The size in bytes of the packet or |
|
type |
r/w |
the type of the packet that start at offset |
Methods¶
None
Details¶
- class GstCodecParsers.Mpeg4Packet¶
A structure that contains the type of a packet, its offset and its size