Description
LckDescriptor is a wrapper around the active CameraTrackDescriptor that describes the current capture configuration — resolution, framerate, and bitrate. You get it from ILckService.GetDescriptor() to inspect what settings are being used for recording or streaming.
Usage
UseLckDescriptor when you need to read or display the current capture settings at runtime.
References
Fields
| Field | Type | Description |
|---|---|---|
| cameraTrackDescriptor | CameraTrackDescriptor | The active track descriptor used in capture. |
See Also
- CameraTrackDescriptor — The struct containing resolution, framerate, and bitrate fields
- ILckService — Service interface whose GetDescriptor() returns this class
- LckQualityConfig — Quality presets that determine descriptor values