VideoFormat Constructor
Collapse the table of content
Expand the table of content

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.

Namespace:  System.Windows.Media
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.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Windows Phone

Show:
© 2017 Microsoft