ltmmCaptureCtrl.AudioCaptureFormats Property

Visual Basic

Syntax

object.AudioCaptureFormats As ltmmAudioFormats

Remarks

(Read only) This property is automatically updated with an ltmmAudioFormats object that contains all the audio formats available for the current capture device.

The ltmmAudioFormats.Item Method obtains an ltmmAudioFormat object for each of the supported audio formats. The ltmmAudioFormat properties of each ltmmAudioFormat object, obtained using the Item method, are updated with information about that specific audio format. This information includes the BitsPerSample property, Channels property, and the SampleFrequency property.

See Also

Elements:

ltmmCaptureCtrl object, ltmmAudioFormats object, ltmmAudioFormat object, ltmmCaptureCtrl.VideoCaptureFormats property

Topics:

Multimedia Properties, Methods and Events