C# Class Mono.UnmanagedVideoFormat

ファイルを表示 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_oe property

public float framesPerSecond
return float

height public_oe property

public int height
return int

pixelFormat public_oe property

public PixelFormatType pixelFormat
return PixelFormatType

stride public_oe property

public int stride
return int

width public_oe property

public int width
return int