ltmmTargetFormat.VideoCompressor Property

Visual Basic Example 1

Visual Basic Example 2

 

Syntax

object.VideoCompressor As String

Remarks

Gets and sets the video 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 video stream The portion of the file holding the video data. The video data might be compressed to save disk space. The data has to be decompressed using a video decompressor before you can play (see) 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 video 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.AudioCompressor Property

Topics:

Multimedia Properties, Methods and Events