Microsoft Producer for PowerPoint 2003 SDK banner art
PreviousNext

StreamConfig Object

The StreamConfig object represents an audio or video stream and its associated attributes.

The StreamConfig object exposes the following properties.

Property Description
Application Retrieves the current Application object.
BitCount Retrieves the color depth of a video stream.
BitRate Retrieves the bit rate of the stream, in bits per second.
BitsPerSample Retrieves the number of bits per sample for the audio stream.
BufferWindow Retrieves the maximum time in milliseconds between the moment when a stream is received and when it starts playing.
ChannelCount Retrieves a value indicating whether the audio stream is in mono or stereo.
ConnectionName Retrieves the input name given to the stream.
FramesPerSecond Retrieves the average frame rate of the video stream, in frames per second.
MaxKeyFrameSpacing Retrieves the maximum number of milliseconds between key frames in a video stream.
MediaType Retrieves a value indicating the type of digital media that this stream contains.
Name Retrieves the name of the stream.
Number Retrieves the user-defined number of the stream.
Quality Retrieves a value indicating the quality of the video image relative to the frame rate.
SampleSize Retrieves the size, in bytes, of each data packet.
SamplesPerSecond Retrieves the sample rate, in samples per second (Hertz), at which each channel must be played or recorded.

The StreamConfig object is accessed through the following property and methods.

Object Property or method
Profile Item, GetStreamByNumber

See Also

PreviousNext


© 2001-2003 Microsoft Corporation. All rights reserved.