PlayStackContextManager
class PlayStackContextManager( contextManager: ContextManagerInterface, audioPlayStackProvider: PlayStackProvider, visualPlayStackProvider: PlayStackProvider? = null) : ClientContextProvider
Content copied to clipboard
Provides integrated playstack of audio and visual.
Parameters
contextManager
: the context manager
audioPlayStackProvider
: the audio playstack provider
visualPlayStackProvider
: the visual playstack provider
Constructors
Link copied to clipboard
fun PlayStackContextManager( contextManager: ContextManagerInterface, audioPlayStackProvider: PlayStackProvider, visualPlayStackProvider: PlayStackProvider? = null)
Content copied to clipboard
Types
Functions
Link copied to clipboard
open override fun provideState( contextSetter: ContextSetterInterface, namespaceAndName: NamespaceAndName, contextType: ContextType, stateRequestToken: Int)
Content copied to clipboard