LEADTOOLS Multimedia API Help > LEADTOOLS Multimedia Features > Multimedia Interfaces > IltmmDVDAudioStream Interface |
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 before you can play (hear) it.
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.
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 IltmmDVDAudioStream interface provides control over the DVD Audio stream in the title . The IltmmDVDAudioStream Object can be accessed through the IltmmDVDTitle, retrieved by the IltmmDVDTitle::GetAudioStream method.
The IltmmDVDAudioStream interface exposes the following functions:
Functions
IltmmDVDAudioStream::get_Selected
IltmmDVDAudioStream::put_Selected
IltmmDVDAudioStream::get_AppMode
IltmmDVDAudioStream::get_AppModeData
IltmmDVDAudioStream::get_AudioFormat
IltmmDVDAudioStream::get_Language
IltmmDVDAudioStream::get_LanguageExtension
IltmmDVDAudioStream::get_Frequency
IltmmDVDAudioStream::get_Quantization
IltmmDVDAudioStream::get_Channels
Win32, x64