isFeatureSupported

fun isFeatureSupported(mimeType: String, feature: String): Boolean

Whether the encoder supports the specified feature.

Return

true if the feature is supported, otherwise false

Parameters

mimeType

the encoder mime type

feature

the feature to check

See also


fun isFeatureSupported(mimeType: String, name: String, feature: String): Boolean

Whether the encoder supports the specified feature.

Return

true if the feature is supported, otherwise false

Parameters

mimeType

the encoder mime type

name

the encoder name

feature

the feature to check

See also