ltmmCapture_MasterStream Constants
The ltmmCapture_MasterStream constants define the master stream that other streams must synchronize to after the file is written out.
Const ltmmCapture_MasterStream_None = -1,
Const ltmmCapture_MasterStream_Video = 0,
Const ltmmCapture_MasterStream_Audio = 1,
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