getMaxLevel

fun getMaxLevel(mimeType: String, profile: Int): Int

Get encoder maximum supported levels for the default encoder.

Return

the maximum level

Parameters

mimeType

the encoder mime type

profile

the encoder profile


fun getMaxLevel(mimeType: String, name: String, profile: Int): Int

Get encoder maximum supported levels for the the specified encoder.

Return

the maximum level

Parameters

mimeType

the encoder mime type

name

the encoder name

profile

the encoder profile