Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.24
LEADTOOLS Multimedia API Help

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.

Also known as a decoder, this is a module or algorithm to decompress data.

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.

ltmmCapture_MasterStream Constants

Show in webframe

typedef enum _ltmmCapture_MasterStream
{
   ltmmCapture_MasterStream_None = -1,
   ltmmCapture_MasterStream_Video = 0,
   ltmmCapture_MasterStream_Audio = 1,
} ltmmCapture_MasterStream;

The ltmmCapture_MasterStream constants define the master stream that other streams must synchronize to after the file is written out.

Constant

Description

ltmmCapture_MasterStream_None

[-1] Indicates that no stream is as the master.

ltmmCapture_MasterStream_Video

[0] Indicates that the video stream is used as the master.

ltmmCapture_MasterStream_Audio

[1] Indicates that the audio stream is used as the master.

See Also

IltmmCapture::get_MasterStream

IltmmCapture::put_MasterStream

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.