ObuParser.SequenceHeader
class ObuParser.SequenceHeader
An AV1 Sequence header.
Summary
Public functions |
|
|---|---|
java-static ObuParser.SequenceHeader? |
parse(obu: ObuParser.Obu!)Returns a |
Public properties |
|
|---|---|
Int |
See |
Byte |
See |
Boolean |
See |
Boolean |
See |
Boolean |
See |
Int |
See |
Boolean |
See |
Byte |
See |
Boolean |
See |
Int |
See |
Boolean |
See |
Boolean |
See |
Boolean |
See |
Int |
See |
Int |
See |
Int |
See |
Boolean |
See |
Boolean |
See |
Byte |
See |
Boolean |
See |
Public functions
parse
java-static fun parse(obu: ObuParser.Obu!): ObuParser.SequenceHeader?
Returns a SequenceHeader parsed from the input OBU, or null if the AV1 bitstream is not yet supported.
| Parameters | |
|---|---|
obu: ObuParser.Obu! |
The input OBU with type |
Public properties
decoderModelInfoPresentFlag
val decoderModelInfoPresentFlag: Boolean
See decoder_model_info_present_flag.
initialDisplayDelayPresentFlag
val initialDisplayDelayPresentFlag: Boolean
See initial_display_delay_present.
seqForceScreenContentTools
val seqForceScreenContentTools: Boolean
See seq_force_screen_content_tools.