MediaStreamSample Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The MediaStreamSample type exposes the following members.

Properties

  Name Description
Public propertySupported by Silverlight for Windows Phone Attributes Gets a collection of attributes describing to the MediaElement and media pipeline how to render this sample.
Public propertySupported by Silverlight for Windows Phone Count Gets the number of bytes into the stream where the sample ends.
Public propertySupported by Silverlight for Windows Phone Duration Gets the duration of the sample.
Public propertySupported by Silverlight for Windows Phone MediaStreamDescription Gets the description of the stream that this sample came from.
Public propertySupported by Silverlight for Windows Phone Offset Gets the byte offset into the stream where the sample comes from. For sample streams that contain a header as well, this is set to where the actual sample begins.
Public propertySupported by Silverlight for Windows Phone Stream Gets the stream of data representing the sample.
Public propertySupported by Silverlight for Windows Phone Timestamp Gets the time at which a sample should be rendered as measured in 100 nanosecond increments.

Top