Windows Media Services SDK banner art
PreviousNext

Stream Objects

Stream objects are responsible for multicasting the content that they define.

The Stream object supports the following properties for each stream.

Property Access Description
Alias Read Only Returns the alias of a stream.
ArchiveFile Read/Write Returns or sets the name of the archive file of a Stream object.
ArchiveSize Read/Write Returns or sets the size of the archive file of a Stream object.
ContentType Read Only Returns the content type of the stream.
Description Read/Write Returns or sets the description of a Stream object.
Seekable Read Only Returns a value determining whether the stream is seekable.
Source Read Only Returns the source of the stream.
Title Read/Write Returns or sets the title of a Stream object.

Use the methods of the Stream object to create, start, and stop streams.

The Stream object supports the following methods for each stream.

Method Description
Close Closes a stream.
GetChannel Gets the station associated with a stream.
GetID Returns a stream ID.
GetState Gets the state of a stream object.
Start Starts a stream.
Stop Stops a stream.

See Also

Streams Collection Object

PreviousNext


© 1996-1999 Microsoft Corporation. All rights reserved.