GstCodecs.Vp8Picture

Fields

Name

Type

Access

Description

data

int

r

discont_state

GstVideo.VideoCodecState

r

frame_hdr

object

r

notify

GLib.DestroyNotify

r

parent

Gst.MiniObject

r

pts

int

r

size

int

r

system_frame_number

int

r

user_data

object

r

Methods

class

new ()

get_user_data ()

set_user_data (user_data, notify)

Details

class GstCodecs.Vp8Picture
classmethod new()
Returns:

a new GstCodecs.Vp8Picture

Return type:

GstCodecs.Vp8Picture

Create new GstCodecs.Vp8Picture

get_user_data()
Returns:

The previously set user_data

Return type:

object or None

Gets private data set on the picture via GstCodecs.Vp8Picture.set_user_data() previously.

set_user_data(user_data, notify)
Parameters:

Sets user_data on the picture and the GLib.DestroyNotify that will be called when the picture is freed.

If a user_data was previously set, then the previous set notify will be called before the user_data is replaced.