The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
MediaStreamAttributeKeys Enumeration
Silverlight
This enumeration is used in a dictionary of attributes for media streams.
Namespace: System.Windows.Media
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 Implementing MediaStream Sources and Media in Silverlight 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 Implementing MediaStream Sources and Media in Silverlight 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. |
For more information and examples for VideoFourCC and CodecPrivateDate, see Implementing MediaStream Sources and Media in Silverlight for Windows Phone.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
Show:
