createVideoFormat

open fun createVideoFormat(trackId: String, mimeType: String, bitrate: Int, maxInputSize: Int, durationUs: Long, width: Int, height: Int, initializationData: List<Array<Byte>>): MediaFormat
open fun createVideoFormat(trackId: String, mimeType: String, bitrate: Int, maxInputSize: Int, durationUs: Long, width: Int, height: Int, initializationData: List<Array<Byte>>, rotationDegrees: Int, pixelWidthHeightRatio: Float): MediaFormat
open fun createVideoFormat(trackId: String, mimeType: String, bitrate: Int, maxInputSize: Int, durationUs: Long, width: Int, height: Int, initializationData: List<Array<Byte>>, rotationDegrees: Int, pixelWidthHeightRatio: Float, projectionData: Array<Byte>, stereoMode: Int): MediaFormat