Class VideoCodecState
public class VideoCodecState
- Inheritance
-
VideoCodecState
- Inherited Members
Methods
GetGType()
Calls native function gst_video_codec_state_get_type.
public static extern nuint GetGType()
Returns
- nuint
Transfer ownership: None Nullable: False
Ref(VideoCodecStateHandle)
Calls native method gst_video_codec_state_ref.
public static extern VideoCodecStateOwnedHandle Ref(VideoCodecStateHandle state)
Parameters
state
VideoCodecStateHandleTransfer ownership: None Nullable: False
Returns
- VideoCodecStateOwnedHandle
Transfer ownership: Full Nullable: False
Unref(VideoCodecStateHandle)
Calls native method gst_video_codec_state_unref.
public static extern void Unref(VideoCodecStateHandle state)
Parameters
state
VideoCodecStateHandleTransfer ownership: None Nullable: False