TranscodingProfile
constructor(container: String, type: DlnaProfileType, videoCodec: String, audioCodec: String, protocol: MediaStreamProtocol, estimateContentLength: Boolean = false, enableMpegtsM2TsMode: Boolean = false, transcodeSeekInfo: TranscodeSeekInfo = TranscodeSeekInfo.AUTO, copyTimestamps: Boolean = false, context: EncodingContext = EncodingContext.STREAMING, enableSubtitlesInManifest: Boolean = false, maxAudioChannels: String? = null, minSegments: Int = 0, segmentLength: Int = 0, breakOnNonKeyFrames: Boolean = false, conditions: List<ProfileCondition>, enableAudioVbrEncoding: Boolean = true)