Share via


StreamInfo.Subtype Property

Gets or sets the Subtype property.

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

Syntax

'Declaration

Public Property Subtype As String
    Get
    Friend Set
'Usage

Dim instance As StreamInfo
Dim value As String

value = instance.Subtype
public string Subtype { get; internal set; }
public:
property String^ Subtype {
    String^ get ();
    internal: void set (String^ value);
}
member Subtype : string with get, internal set
function get Subtype () : String
internal function set Subtype (value : String)

Property Value

Type: System.String
A string value that specifies the subtype.

Remarks

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

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