ExperimentalBitmovinApi

@RequiresOptIn(level = RequiresOptIn.Level.WARNING, message = "This Public API is in an experimental phase and it might change in future releases")
annotation class ExperimentalBitmovinApi

Indicates that a public API of the annotated element (class, function or property) is not in stable state yet. It may be renamed, changed or even removed in a future version.

This annotation refers to API status only, it doesn't mean that the implementation has an 'experimental' quality.