ltmmDVDControl.CurrentAudioStream Property
object.CurrentAudioStream As Long |
Remarks
Retrieves or sets the number of the currently selected audio stream in the current title.
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 at http://msdn.microsoft.com/archive/default.asp?url=/library/en-us/directshow/htm/idvdinfo2getcurrentaudio.asp.
See Also