ObuParser.SequenceHeader


class ObuParser.SequenceHeader


An AV1 Sequence header.

Summary

Public functions

java-static ObuParser.SequenceHeader?

Returns a SequenceHeader parsed from the input OBU, or null if the AV1 bitstream is not yet supported.

Public properties

Boolean

See decoder_model_info_present_flag.

Boolean

See frame_id_numbers_present_flag.

Int

See OrderHintBits.

Boolean

See reduced_still_picture_header.

Boolean

See seq_force_integer_mv.

Boolean

See seq_force_screen_content_tools.

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 OBU_SEQUENCE_HEADER.

Public properties

decoderModelInfoPresentFlag

val decoderModelInfoPresentFlagBoolean

See decoder_model_info_present_flag.

frameIdNumbersPresentFlag

val frameIdNumbersPresentFlagBoolean

See frame_id_numbers_present_flag.

orderHintBits

val orderHintBitsInt

See OrderHintBits.

reducedStillPictureHeader

val reducedStillPictureHeaderBoolean

See reduced_still_picture_header.

seqForceIntegerMv

val seqForceIntegerMvBoolean

See seq_force_integer_mv.

seqForceScreenContentTools

val seqForceScreenContentToolsBoolean

See seq_force_screen_content_tools.