Create a video_codec_frame.VideoCodecFrame boxed type.
Gets private data set on the frame by the subclass via gstvideo.video_codec_frame.VideoCodecFrame.setUserData previously.
Returns this, for use in with statements.
Sets user_data on the frame and the #GDestroyNotify that will be called when the frame is freed. Allows to attach private data by the subclass to frames.
Get deadline field.
Set deadline field.
Get distanceFromSync field.
Set distanceFromSync field.
Get dts field.
Set dts field.
Get duration field.
Set duration field.
Get inputBuffer field.
Set inputBuffer field.
Get outputBuffer field.
Set outputBuffer field.
Get pts field.
Set pts field.
Get systemFrameNumber field.
Set systemFrameNumber field.
Pointer to the C boxed value
Get the GType of this boxed type.
Boxed GType property.
Convenience method to return this cast to a type. For use in D with statements.
Make a copy of the wrapped C boxed data.
Copy a C boxed value using g_boxed_copy.
Free a C boxed value using g_boxed_free.
A #GstVideoCodecFrame represents a video frame both in raw and encoded form.