StreamInfo.Type Property

Gets or sets the Type property.

Namespace:  Microsoft.Web.Media.SmoothStreaming
Assembly:  Microsoft.Web.Media.SmoothStreaming (in Microsoft.Web.Media.SmoothStreaming.dll)

Syntax

'Declaration

Public Property Type As MediaStreamType
    Get
    Friend Set
'Usage

Dim instance As StreamInfo
Dim value As MediaStreamType

value = instance.Type
public MediaStreamType Type { get; internal set; }
public:
property MediaStreamType Type {
    MediaStreamType get ();
    internal: void set (MediaStreamType value);
}
member Type : MediaStreamType with get, internal set
function get Type () : MediaStreamType
internal function set Type (value : MediaStreamType)

Property Value

Type: System.Windows.Media.MediaStreamType
A string value that specifies the type.

Remarks

For more information and an example that parses StreamInfo objects, see Timeline Markers and Events under the heading "Extract Timeline Events from Stream."

Version Information

Silverlight

Supported in: 5

Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

See Also

Reference

StreamInfo Class

Microsoft.Web.Media.SmoothStreaming Namespace