getProfiles

fun getProfiles(mimeType: String): List<Int>

Get encoder supported profiles list for the default encoder.

Return

the profiles list

Parameters

mimeType

the encoder mime type


fun getProfiles(mimeType: String, name: String): List<Int>

Get encoder supported profiles list for the specified encoder.

Return

the profiles list

Parameters

mimeType

the encoder mime type

name

the encoder name