Searched refs:androidImplementation (Results 1 – 7 of 7) sorted by relevance
89 androidImplementation?: string;110 androidImplementation?: string;194 androidImplementation?: string;
1 …androidImplementation: 'MediaPlayer'` to the initial status of the AV object.\n */\nexport type AV…
1 … * Note: `audioPan` is currently only supported on Android using `androidImplementation: 'MediaPla…
104 androidImplementation?: string;127 androidImplementation?: string;215 androidImplementation?: string;
28 androidImplementation: string;45 androidImplementation: 'SimpleExoPlayer',79 _loadSoundAsync = async (source: PlaybackSource, androidImplementation?: string) => {84 androidImplementation,142 _isMediaPlayerImplementation = () => this.state.androidImplementation === 'MediaPlayer';
72 const isMediaPlayerImplementation = () => status.androidImplementation === 'MediaPlayer';82 androidImplementation: isMediaPlayerImplementation() ? 'SimpleExoPlayer' : 'MediaPlayer',
203 androidImplementation: 'MediaPlayer', property215 androidImplementation: 'MediaPlayer', property