EncoderOptions

data class EncoderOptions(val encoderType: EncoderType = EncoderType.HARDWARE, val enableIntelVp8Encoder: Boolean = true, val enableH264HighProfile: Boolean = false)

Class containing encoder options

Constructors

Link copied to clipboard
constructor(encoderType: EncoderType = EncoderType.HARDWARE, enableIntelVp8Encoder: Boolean = true, enableH264HighProfile: Boolean = false)

Properties

Link copied to clipboard

whether to enable H264 High Profile, default: false

Link copied to clipboard

whether to enable Intel's VP8 encoder, default: true

Link copied to clipboard

SOFTWARE / HARDWARE encoder, default: HARDWARE