GstAnalytics.Mtd

Fields

Name

Type

Access

Description

id

int

r/w

Instance identifier.

meta

GstAnalytics.RelationMeta

r/w

Instance of GstAnalytics.RelationMeta where the analysis-metadata identified by id is stored.

Methods

class

type_get_name (type)

get_id ()

get_mtd_type ()

get_size ()

Details

class GstAnalytics.Mtd

Handle containing data required to use gst_analytics_mtd API. This type is generally expected to be allocated on the stack.

New in version 1.24.

classmethod type_get_name(type)
Parameters:

type (int) – The type of analytics data

Returns:

the name

Return type:

str

Gets the string version of the name of this type of analytics data

New in version 1.24.

get_id()
Returns:

Id of self

Return type:

int

Get instance id

New in version 1.24.

get_mtd_type()
Returns:

opaque id of the type

Return type:

int

New in version 1.24.

get_size()
Returns:

Size (in bytes) of this instance or 0 on failure.

Return type:

int

Get instance size

New in version 1.24.