GstCodecs.H265Picture

Fields

Name

Type

Access

Description

IntraPicFlag

bool

r

NoOutputOfPriorPicsFlag

bool

r

NoRaslOutputFlag

bool

r

RapPicFlag

bool

r

buffer_flags

GstVideo.VideoBufferFlags

r

discont_state

GstVideo.VideoCodecState

r

duplicate_flag

int

r

long_term

bool

r

needed_for_output

bool

r

notify

GLib.DestroyNotify

r

output_flag

bool

r

parent

Gst.MiniObject

r

pic_latency_cnt

int

r

pic_order_cnt

int

r

pic_order_cnt_lsb

int

r

pic_order_cnt_msb

int

r

pic_struct

object

r

ref

bool

r

source_scan_type

int

r

system_frame_number

int

r

type

object

r

user_data

object

r

Methods

class

new ()

get_user_data ()

set_user_data (user_data, notify)

Details

class GstCodecs.H265Picture
classmethod new()
Returns:

a new GstCodecs.H265Picture

Return type:

GstCodecs.H265Picture

Create new GstCodecs.H265Picture

get_user_data()
Returns:

The previously set user_data

Return type:

object or None

Gets private data set on the picture via GstCodecs.H265Picture.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.