ltmmTargetFormat.AudioCompressor Property

Visual Basic Example 1

Visual Basic Example 2

 

Syntax

object.AudioCompressor As String

Remarks

Gets or sets the audio compressor Also known as an encoder Also known as compressor, this is a module or algorithm to compress data. Playing that data back requires a decompressor, or decoder., this is a module or algorithm to compress data. Playing that data back requires a decompressor, or decoder Also known as a decompressor, this is a module or algorithm to decompress data..'s name. When the format is selected, 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 before you can play (hear) it. will be connected to this compressor before any multiplexer A module that combines audio and video into one file.. If this value is undefined (empty string), then the audio stream will be directly connected to a multiplexer.

Attempting to set this value on a ReadOnly item will result in an error. For more information, refer to the Error Codes.

See Also

Elements:

ltmmTargetFormat.VideoCompressor Property

Topics:

Multimedia Properties, Methods and Events