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. |
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