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
IltmsLiveStreamControl::get_VideoEncoding
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