Windows Media Services SDK banner art
PreviousNext

Stream.ContentType Property

Returns the content type of the stream.

Syntax

NSChannelMgr.Streams(Index).ContentType

Example

Dim Streams
Set MyStream = NSChannelMgr.Streams.Find( "Product Rollout" )
MsgBox ("Content type for rollout stream is: " & _
    MyStream.ContentType & “.”)

Remarks

The only valid value for this property is ASF.

See Also

Stream.Alias, Stream.Source, Stream.Title, Stream.Description, Stream.Seekable, Streams Collection Object, Stream Objects

PreviousNext


© 1996-1999 Microsoft Corporation. All rights reserved.