Video

object Video

Properties

Link copied to clipboard

Get the name of all video encoders

Link copied to clipboard

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.