VideoStreamOptions

data class VideoStreamOptions(val preferredEncoding: VideoFrameEncoding = VideoFrameEncoding.JPEG, val preferredWidth: Int? = 640, val preferredHeight: Int? = 480, val frameRateTier: VideoFrameRateTier = VideoFrameRateTier.LOW)

Constructors

Link copied to clipboard
constructor(preferredEncoding: VideoFrameEncoding = VideoFrameEncoding.JPEG, preferredWidth: Int? = 640, preferredHeight: Int? = 480, frameRateTier: VideoFrameRateTier = VideoFrameRateTier.LOW)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard