VideoFormat Constructor
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes a new instance of the VideoFormat class.
Assembly: System.Windows (in System.Windows.dll)
public VideoFormat( PixelFormatType pixelFormat, int width, int height, float framesPerSecond )
Parameters
- pixelFormat
- Type: System.Windows.Media.PixelFormatType
The initial PixelFormat value.
- width
- Type: System.Int32
The initial PixelWidth value.
- height
- Type: System.Int32
The initial PixelHeight value.
- framesPerSecond
- Type: System.Single
The initial FramesPerSecond value.
Show: