Home
last modified time | relevance | path

Searched refs:androidImplementation (Results 1 – 7 of 7) sorted by relevance

/expo/packages/expo-av/build/
H A DAV.types.d.ts89 androidImplementation?: string;
110 androidImplementation?: string;
194 androidImplementation?: string;
H A DAV.types.js.map1androidImplementation: 'MediaPlayer'` to the initial status of the AV object.\n */\nexport type AV…
H A DAV.js.map1 … * Note: `audioPan` is currently only supported on Android using `androidImplementation: 'MediaPla…
/expo/packages/expo-av/src/
H A DAV.types.ts104 androidImplementation?: string;
127 androidImplementation?: string;
215 androidImplementation?: string;
/expo/apps/native-component-list/src/screens/AV/
H A DAudioPlayer.tsx28 androidImplementation: string;
45 androidImplementation: 'SimpleExoPlayer',
79 _loadSoundAsync = async (source: PlaybackSource, androidImplementation?: string) => {
84 androidImplementation,
142 _isMediaPlayerImplementation = () => this.state.androidImplementation === 'MediaPlayer';
H A DVideoPlayer.tsx72 const isMediaPlayerImplementation = () => status.androidImplementation === 'MediaPlayer';
82 androidImplementation: isMediaPlayerImplementation() ? 'SimpleExoPlayer' : 'MediaPlayer',
/expo/apps/test-suite/tests/
H A DAudio.js203 androidImplementation: 'MediaPlayer', property
215 androidImplementation: 'MediaPlayer', property