Video

object Video

Properties

Link copied to clipboard
val encodersName: <Error class: unknown class>

Get the name of all video encoders

Link copied to clipboard
val supportedEncoders: <Error class: unknown class>

Get supported video encoders list

Functions

Link copied to clipboard
fun getBitrateRange(mimeType: String): Range<Int>

Get video encoder supported bitrate for the default video encoder.

fun getBitrateRange(mimeType: String, name: String): Range<Int>

Get video encoder supported bitrate for the specified video encoder.

Link copied to clipboard

Get video encoder supported frame rate range for the default video encoder.

fun getFramerateRange(mimeType: String, name: String): Range<Int>

Get video encoder supported frame rate range for the specified video encoder.

Link copied to clipboard

Get video encoder supported heights for the default video encoder.

fun getSupportedHeights(mimeType: String, name: String): Range<Int>

Get video encoder supported heights for the specified video encoder.

Link copied to clipboard

Get video encoder supported widths for the default video encoder.

fun getSupportedWidths(mimeType: String, name: String): Range<Int>

Get video encoder supported widths for the specified video encoder.