C# Class Mono.UnmanagedVideoFormat

Show file Open project: shana/moon

Public Properties

Property Type Description
framesPerSecond float
height int
pixelFormat PixelFormatType
stride int
width int

Public Methods

Method Description
ToVideoFormat ( ) : System.Windows.Media.VideoFormat

Method Details

ToVideoFormat() public method

public ToVideoFormat ( ) : System.Windows.Media.VideoFormat
return System.Windows.Media.VideoFormat

Property Details

framesPerSecond public property

public float framesPerSecond
return float

height public property

public int height
return int

pixelFormat public property

public PixelFormatType pixelFormat
return PixelFormatType

stride public property

public int stride
return int

width public property

public int width
return int