GstMpegts.SCTESpliceComponent¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
splice_time |
r/w |
the presentation time of the signaled splice event |
|
splice_time_specified |
r/w |
Whether splice_time was specified |
|
tag |
r/w |
the elementary PID stream containing the Splice Point |
|
utc_splice_time |
r/w |
The UTC time of the signaled splice event |
Methods¶
class |
|
Details¶
- class GstMpegts.SCTESpliceComponent¶
Per-PID splice information.
New in version 1.20.
- classmethod new(tag)[source]¶
- Parameters:
tag (
int
) – the elementary PID stream identifier- Returns:
A newly allocated
GstMpegts.SCTESpliceComponent
- Return type:
Allocates and initializes a
GstMpegts.SCTESpliceComponent
.New in version 1.20.