In This Topic ▼

ltmsLiveStreamVideoEncoding Enumeration Constants

Summary

Defines the possible live stream video encodings.

Syntax

typedef enum ltmsLiveStreamVideoEncoding 
{ 
   ltmsLiveStreamVideoEncoding_None, 
   ltmsLiveStreamVideoEncoding_H264_Source, 
   ltmsLiveStreamVideoEncoding_H264_Software, 
   ltmsLiveStreamVideoEncoding_H264_QSV, 
   ltmsLiveStreamVideoEncoding_H264_CUDA, 
} ltmsLiveStreamVideoEncoding; 
Constant Description
ltmsLiveStreamVideoEncoding_None Indicates that no video is currently streaming.
ltmsLiveStreamVideoEncoding_H264_Source Indicates that the live stream is using the source device's H.264 encoding.
ltmsLiveStreamVideoEncoding_H264_Software Indicates that the live stream is using H.264 software encoding.
ltmsLiveStreamVideoEncoding_H264_QSV Indicates that the live stream is using H.264 QSV (QuickSync Video) hardware acceleration.
ltmsLiveStreamVideoEncoding_H264_CUDA Indicates that the live stream is using H.264 CUDA (Compute Unified Device Architecture) hardware acceleration.

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.