ObuParser.SequenceHeader


public final class ObuParser.SequenceHeader


An AV1 Sequence header.

Summary

Public fields

final boolean

See decoder_model_info_present_flag.

final boolean

See frame_id_numbers_present_flag.

final int

See OrderHintBits.

final boolean

See reduced_still_picture_header.

final boolean

See seq_force_integer_mv.

final boolean

See seq_force_screen_content_tools.

Public methods

static @Nullable ObuParser.SequenceHeader

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

Public fields

decoderModelInfoPresentFlag

public final boolean decoderModelInfoPresentFlag

See decoder_model_info_present_flag.

frameIdNumbersPresentFlag

public final boolean frameIdNumbersPresentFlag

See frame_id_numbers_present_flag.

orderHintBits

public final int orderHintBits

See OrderHintBits.

reducedStillPictureHeader

public final boolean reducedStillPictureHeader

See reduced_still_picture_header.

seqForceIntegerMv

public final boolean seqForceIntegerMv

See seq_force_integer_mv.

seqForceScreenContentTools

public final boolean seqForceScreenContentTools

See seq_force_screen_content_tools.

Public methods

parse

public static @Nullable ObuParser.SequenceHeader parse(ObuParser.Obu obu)

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

Parameters
ObuParser.Obu obu

The input OBU with type OBU_SEQUENCE_HEADER.