In This Topic ▼

ltmsLiveStreamState Enumeration Constants

Summary

Defines the possible live stream states.

Syntax

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

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

LEADTOOLS Media Streaming C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.