Defines the possible live stream states.
typedef enum ltmsLiveStreamState
{
ltmsLiveStreamState_Stopped,
ltmsLiveStreamState_Activating,
ltmsLiveStreamState_Active,
ltmsLiveStreamState_Inactive,
ltmsLiveStreamState_Error,
} ltmsLiveStreamState;
Constant | Description |
---|---|
ltmsLiveStreamState_Stopped | Indicates that the server is stopped. |
ltmsLiveStreamState_Activating | Indicates that the live stream is activating. |
ltmsLiveStreamState_Active | Indicates that the live stream is active and available to the client. |
ltmsLiveStreamState_Inactive | Indicates that the live stream is currently inactive. |
ltmsLiveStreamState_Error | Indicates that the stream encountered an error while activating. |
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