GstMpegts.SCTESpliceComponent

Fields

Name

Type

Access

Description

splice_time

int

r/w

the presentation time of the signaled splice event

splice_time_specified

bool

r/w

Whether splice_time was specified

tag

int

r/w

the elementary PID stream containing the Splice Point

utc_splice_time

int

r/w

The UTC time of the signaled splice event

Methods

class

new (tag)

Details

class GstMpegts.SCTESpliceComponent

Per-PID splice information.

New in version 1.20.

classmethod new(tag)
Parameters:

tag (int) – the elementary PID stream identifier

Returns:

A newly allocated GstMpegts.SCTESpliceComponent

Return type:

GstMpegts.SCTESpliceComponent

Allocates and initializes a GstMpegts.SCTESpliceComponent.

New in version 1.20.