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
info
VideoFormatInfoHandleTransfer ownership: None Nullable: False
plane
uintTransfer ownership: None Nullable: False
components
intTransfer 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
finfo
VideoFormatInfoHandleTransfer ownership: None Nullable: False
plane
intTransfer ownership: None Nullable: False
stride
intTransfer ownership: None Nullable: False
Returns
- int
Transfer ownership: None Nullable: False