ltmmDVDTitle.SelectedAudioStream Property

Visual Basic Example

Syntax

Object.SelectedAudioStream As Long

Remarks

Gets or sets the index of the 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. being selected. This is a 0-based index. If  no audio stream is selected, then the return value is -1.To get the count of audio streams 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., call the ltmmDVDTitle.AudioStreamCount property.

See Also

Elements:

ltmmDVDTitle.IsFilmMode Property, ltmmDVDTitle.IsSourceLetterboxed Property, ltmmDVDTitle.SourceResolutionY Property, ltmmDVDTitle.SourceResolutionX Property, ltmmDVDTitle.Line21Field2InGOP Property, ltmmDVDTitle.Line21Field1InGOP Property, ltmmDVDTitle.Compression Property, ltmmDVDTitle.FrameHeight Property, ltmmDVDTitle.FrameRate Property, ltmmDVDTitle.AspectY Property, ltmmDVDTitle.AspectX Property, ltmmDVDTitle.LetterboxPermitted Property, ltmmDVDTitle.PanscanPermitted Property, ltmmDVDTitle.SelectedSubpictureStream Property, ltmmDVDTitle.SubpictureStreamCount Property, ltmmDVDTitle.AudioStreamCount Property, ltmmDVDTitle.SelectedDuration Property, ltmmDVDTitle.Selected Property, ltmmDVDTitle.ChapterCount Property, ltmmDVDTitle.TotalDuration Property

Topics:

Multimedia Properties, Methods and Events