typedef enum ltmfTargetFormat_Stream
{
ltmfTargetFormat_Stream_Audio = 0x0001,
ltmfTargetFormat_Stream_Video = 0x0002,
} ltmfTargetFormat_Stream;
The ltmfTargetFormat_Stream constants specify the streams that a target format can have.
Constant |
Description |
ltmfTargetFormat_Stream_Audio |
[0x0001] Audio stream . |
ltmfTargetFormat_Stream_Video |
[0x0002] Video stream . |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET