Search...

CreateAudioPlayerOptions

export interface CreateAudioPlayerOptions 
export interface CreateAudioPlayerOptions 
Options that can be passed when creating an audio player, used to specify its behavior.
Optional

behaviors?

:

{ maxMissedFrames?: number; noSubscriber?: NoSubscriberBehavior; }

Optional

debug?

:

boolean