The ltmmCapture_MasterStream constants define the master stream that other streams must synchronize to after the file is written out.
typedef enum _ltmmCapture_MasterStream
{
ltmmCapture_MasterStream_None = -1,
ltmmCapture_MasterStream_Video = 0,
ltmmCapture_MasterStream_Audio = 1,
} ltmmCapture_MasterStream;
[-1] Indicates that no stream is as the master.
[0] Indicates that the video stream is used as the master.
[1] Indicates that the audio stream is used as the master.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document