ltmmDVDControl.CurrentAudioStream Property

Visual Basic Example

Syntax

object.CurrentAudioStream As Long

Remarks

Retrieves or sets the number of the currently selected 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. in the current title The name for a group of related video files (called "Chapters") on your DVD. For example, for a DVD called "My Summer Vacation," you might have the titles "Water Skiing," "New Friends," and "Hiking." For each of those titles, you might have one or more different video files..

The ltmmDVDControl.AudioStreamsAvailable Property contains the total number of available audio streams within the current title.

Other "current" information can be found in the following properties:

ltmmDVDControl.CurrentTitle Property

ltmmDVDControl.CurrentChapter Property

ltmmDVDControl.CurrentDiscSide Property

ltmmDVDControl.CurrentTime Property

ltmmDVDControl.CurrentVolume Property

ltmmDVDControl.CurrentButton Property

ltmmDVDControl.CurrentAngle Property

ltmmDVDControl.CurrentUOPS Property

ltmmDVDControl.CurrentSubpictureStream Property

ltmmDVDControl.CurrentDomain Property

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

Platforms

Win32, x64

See Also

Elements:

ltmmDVDControl object, ltmmDVDControl.CurrentAngle Property, ltmmDVDControl.CurrentDomain Property, ltmmDVDControl.CurrentTitle Property, ltmmDVDControl.CurrentChapter Property, ltmmDVDControl.CurrentDiscSide Property, ltmmDVDControl.CurrentTime Property, ltmmDVDControl.CurrentUOPS Property, ltmmDVDControl.CurrentVolume Property, ltmmDVDControl.CurrentButton Property, ltmmDVDControl.CurrentSubpictureStream Property, ltmmDVDControl.AudioStreamsAvailable Property, ltmmDVDControl.DefaultAudioLanguage Property, ltmmDVDControl.DefaultAudioLanguageExt Property, ltmmDVDControl.IsAudioStreamEnabled Method, ltmmDVDControl.GetAudioLanguage Method, ltmmDVDControl.SelectDefaultAudioLanguage method

Topics:

Multimedia Properties, Methods and Events