Class VideoFormatInfo
public class VideoFormatInfo
- Inheritance
-
VideoFormatInfo
- Inherited Members
Methods
Component(VideoFormatInfoHandle, uint, out int)
Calls native method gst_video_format_info_component. Version: 1.18
[Version("1.18")]
public static extern void Component(VideoFormatInfoHandle info, uint plane, out int components)
Parameters
infoVideoFormatInfoHandleTransfer ownership: None Nullable: False
planeuintTransfer ownership: None Nullable: False
componentsintTransfer ownership: Full Nullable: False
ExtrapolateStride(VideoFormatInfoHandle, int, int)
Calls native method gst_video_format_info_extrapolate_stride. Version: 1.22
[Version("1.22")]
public static extern int ExtrapolateStride(VideoFormatInfoHandle finfo, int plane, int stride)
Parameters
finfoVideoFormatInfoHandleTransfer ownership: None Nullable: False
planeintTransfer ownership: None Nullable: False
strideintTransfer ownership: None Nullable: False
Returns
- int
Transfer ownership: None Nullable: False