ltmmCapture_MasterStream Constants

Summary

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

Syntax

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

Members

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

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Multimedia C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.