ltmsLiveStreamState Enumeration Constants

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.

See Also

IltmsLiveStreamControl::get_State

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Media Streaming C API Help