Gjsify LogoGjsify Logo

The #GstTagDemuxClass structure. See documentation at beginning of section for details about what subclasses need to override and do.

record

Hierarchy

  • TagDemuxClass

Index

Constructors

Properties

min_end_size: number

minimum size required to identify a tag at the end and determine its total size. Set to 0 if not interested in end tags. Subclasses should set this in their class_init function.

field
min_start_size: number

minimum size required to identify a tag at the start and determine its total size. Set to 0 if not interested in start tags. Subclasses should set this in their class_init function.

field
parent_class: Gst.ElementClass

the parent class.

field
name: string

Methods

  • identify_tag(demux: TagDemux, buffer: Gst.Buffer, start_tag: boolean, tag_size: number): boolean

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