GstTag.TagDemuxClass

Fields

Name

Type

Access

Description

identify_tag

object

r

merge_tags

object

r

min_end_size

int

r

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.

min_start_size

int

r

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.

parent_class

Gst.ElementClass

r

the parent class.

parse_tag

object

r

reserved

[object]

r

Methods

None

Details

class GstTag.TagDemuxClass

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