MediaStreamAttributeKeys Enumeration
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
This enumeration is used in a dictionary of attributes for media streams.
Assembly: System.Windows (in System.Windows.dll)
| Member name | Description | |
|---|---|---|
| CodecPrivateData | Codec data that the pipeline needs to initialize and render correctly. For video, this is other header information. For audio, this is the base16-encoded WaveFormatEx structure. For more information on CodecPrivateDate, see Media for Windows Phone. | |
| VideoFourCC | Data needed to instantiate a video codec. This is the four-character value also known as a FourCC. For more information on VideoFourCC CodecPrivateDate, see Media for Windows Phone. | |
| Width | The maximum width of reported video frames for this stream and the default width to render them at. | |
| Height | The maximum height of reported video frames for this stream and the default width to render them at. |
Show: