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 field deadline.
Set field deadline.
Get field distanceFromSync.
Set field distanceFromSync.
Get field dts.
Set field dts.
Get field duration.
Set field duration.
Get field inputBuffer.
Set field inputBuffer.
Get field outputBuffer.
Set field outputBuffer.
Get field pts.
Set field pts.
Get field systemFrameNumber.
Set field systemFrameNumber.
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.