GstCodecParsers.H265NalUnit¶
Fields¶
Name |
Type |
Access |
Description |
|---|---|---|---|
data |
r/w |
The data from which the Nalu has been parsed |
|
header_bytes |
r/w |
||
layer_id |
r/w |
A nal unit layer id |
|
offset |
r/w |
The offset of the actual start of the nal unit |
|
sc_offset |
r/w |
The offset of the start code of the nal unit |
|
size |
r/w |
The size of the nal unit starting from offset |
|
temporal_id_plus1 |
r/w |
A nal unit temporal identifier |
|
type |
r/w |
||
valid |
r/w |
If the nal unit is valid, which mean it has already been parsed |
Methods¶
None
Details¶
- class GstCodecParsers.H265NalUnit¶
Structure defining the Nal unit headers