VideoSourceConfig
data class VideoSourceConfig(val resolution: Size = DEFAULT_RESOLUTION, val fps: Int = DEFAULT_FPS, val dynamicRangeProfile: DynamicRangeProfile = DynamicRangeProfile.sdr)
Constructors
Link copied to clipboard
constructor(resolution: Size = DEFAULT_RESOLUTION, fps: Int = DEFAULT_FPS, dynamicRangeProfile: DynamicRangeProfile = DynamicRangeProfile.sdr)
Properties
Functions
Link copied to clipboard
Whether VideoSourceConfig is compatible with VideoSourceConfig.