VideoFormat.PixelFormat Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the graphics format information for individual pixels of the video format.
Assembly: System.Windows (in System.Windows.dll)
Property Value
Type: System.Windows.Media.PixelFormatTypeA PixelFormatType value that reports the format of individual pixels of the video format.
In Windows Phone, the only supported value for an actual capture is PixelFormatType.Format32bppArgb. Windows Phone always uses this format type for video playback regardless of any pixel format information that is reported by the video capture device.
Show: