ltmmDVDControl.AudioStreamsAvailable Property

Visual Basic Example

Syntax

object.AudioStreamsAvailable As Long

Remarks

(Read only) This property is updated during playback with the number of available audio streams.

The ltmmDVDControl.CurrentAudioStream Property contains the current audio stream The portion of the file holding the audio data. The audio data might be compressed to save disk space. The data has to be decompressed using an audio decompressor oftware component which decompresses audio. It must be designed to work with ACM or DirectShow. Note that different compression methods require different decompressors. There is no universal decompressor capable of decoding all compressed streams. before you can play (hear) it..

For more detailed information, refer to the Microsoft documentation for IDvdInfo2::GetCurrentAudio.

Platforms

Win32, x64

See Also

Elements:

ltmmDVDControl object, ltmmDVDControl.CurrentAudioStream Property, ltmmDVDControl.DefaultAudioLanguage Property, ltmmDVDControl.DefaultAudioLanguageExt Property, ltmmDVDControl.GetAudioLanguage Method, ltmmDVDControl.IsAudioStreamEnabled Method, ltmmDVDControl.SelectDefaultAudioLanguage method

Topics:

Multimedia Properties, Methods and Events