Gjsify LogoGjsify Logo

Hierarchy

  • Vp9FrameHeader

Index

Constructors

Properties

allow_high_precision_mv: number

equal to 0 specifies that motion vectors are specified to quarter pel precision

field
bit_depth: number

encoded bit depth

field
color_range: number

specifies the black level and range of the luma and chroma signals

field
color_space: number

specifies the color space of the stream

field
delta_probabilities: Vp9DeltaProbabilities

Modification to the probabilities encoded in the bitstream.

field
error_resilient_mode: number

equal to 1 indicates that error resilient mode is enabled

field
frame_context_idx: number

indicates the frame context to use

field
frame_header_length_in_bytes: number

length of uncompressed header

field
frame_parallel_decoding_mode: number

equal to 1 indicates that parallel decoding mode is enabled

field
frame_to_show_map_idx: number

specifies the frame to be displayed. It is only available if show_existing_frame is 1

field
frame_type: number

equal to 0 indicates that the current frame is a key frame

field
header_size_in_bytes: number
height: number

coded frame height

field
interpolation_filter: number

specifies the filter selection used for performing inter prediction

field
intra_only: number

equal to 1 indicates that the frame is an intra-only frame

field
loop_filter_params: Vp9LoopFilterParams

a #GstVp9LoopFilterParams

field
lossless_flag: number

lossless mode decode

field
profile: number

encoded profile

field
quantization_params: Vp9QuantizationParams

a #GstVp9QuantizationParams

field
ref_frame_idx: Uint8Array

specifies which reference frames are used by inter frames

field
ref_frame_sign_bias: Uint8Array

specifies the intended direction of the motion vector in time for each reference frame. A sign bias equal to 0 indicates that the reference frame is a backwards reference

field
reference_mode: Vp9ReferenceMode

Is a derived syntax element that specifies the type of inter prediction to be used.

field
refresh_frame_context: number

equal to 1 indicates that the probabilities computed for this frame

field
refresh_frame_flags: number

contains a bitmask that specifies which reference frame slots will be updated with the current frame after it is decoded

field
render_and_frame_size_different: number

equal to 0 means that the render width and height are inferred from the frame width and height

field
render_height: number

render width of the frame

field
render_width: number

render width of the frame

field
reset_frame_context: number

specifies whether the frame context should be reset to default values

field
segmentation_params: Vp9SegmentationParams

a #GstVp9SegmentationParams

field
show_existing_frame: number

equal to 1, indicates the frame indexed by frame_to_show_map_idx is to be displayed

field
show_frame: number

indicate whether it is a displayable frame or not

field
subsampling_x: number

specify the chroma subsampling format for x coordinate

field
subsampling_y: number

specify the chroma subsampling format for y coordinate

field
tile_cols_log2: number

specifies the base 2 logarithm of the width of each tile

field
tile_rows_log2: number

specifies the base 2 logarithm of the height of each tile

field
tx_mode: Vp9TxMode

Specifies how the transform size is determined.

field
width: number

coded frame width

field
name: string

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method