GstMpegts.AtscStringSegment

Fields

Name

Type

Access

Description

cached_string

str

r/w

compressed_data

int

r/w

The compressed data

compressed_data_size

int

r/w

The size of compressed data

compression_type

int

r/w

The compression type

mode

int

r/w

The mode

Methods

get_string ()

set_string (string, compression_type, mode)

Details

class GstMpegts.AtscStringSegment

A string segment

get_string()
Return type:

str

set_string(string, compression_type, mode)
Parameters:
  • string (str) –

  • compression_type (int) –

  • mode (int) –

Return type:

bool