Windows Media Services SDK banner art
PreviousNext

ChannelFormat Objects

ChannelFormat objects define the physical characteristics of a multicast.

Use the ChannelFormat object properties to specify the characteristics of a station format. The ChannelFormat object supports the following properties for each station format.

Property Access Description
BitRate Read Only Returns the bit rate of the station format.
PacketSize Read Only Returns the packet size of the station format.
StreamDescriptors Read Only Returns a StreamDescriptors collection object.

Use the methods of the ChannelFormat object to get a description or key, or to remove a ChannelFormat object. The ChannelFormat object supports the following methods for each station format.

Method Description
GetDescription Returns a description of a station format.
GetKey Returns a unique station format key.
Remove Removes a station format.

PreviousNext


© 1996-1999 Microsoft Corporation. All rights reserved.