createVideoPlayerState

actual fun createVideoPlayerState(audioMode: AudioMode, cacheConfig: CacheConfig, playbackOptions: VideoPlaybackOptions): VideoPlayerState

Creates the default platform-specific video player state.

Alternative backends are published as separate modules and expose their own factory functions while sharing the contracts from composemediaplayer-core.

expect fun createVideoPlayerState(audioMode: AudioMode = AudioMode(), cacheConfig: CacheConfig = CacheConfig(), playbackOptions: VideoPlaybackOptions = VideoPlaybackOptions()): VideoPlayerState

Creates the default platform-specific video player state.

Alternative backends are published as separate modules and expose their own factory functions while sharing the contracts from composemediaplayer-core.

actual fun createVideoPlayerState(audioMode: AudioMode, cacheConfig: ERROR CLASS: Symbol not found for CacheConfig, playbackOptions: VideoPlaybackOptions): ERROR CLASS: Symbol not found for VideoPlayerState
actual fun createVideoPlayerState(audioMode: AudioMode, cacheConfig: CacheConfig, playbackOptions: VideoPlaybackOptions): VideoPlayerState

Creates the default platform-specific video player state.

Alternative backends are published as separate modules and expose their own factory functions while sharing the contracts from composemediaplayer-core.

actual fun createVideoPlayerState(audioMode: AudioMode, cacheConfig: CacheConfig, playbackOptions: VideoPlaybackOptions): VideoPlayerState

Creates the default platform-specific video player state.

Alternative backends are published as separate modules and expose their own factory functions while sharing the contracts from composemediaplayer-core.