Home
last modified time | relevance | path

Searched defs:sampleBufferCallback (Results 1 – 9 of 9) sorted by relevance

/expo/packages/expo-av/android/src/main/cpp/
H A DJPlayerData.cpp28 void JPlayerData::sampleBufferCallback(jni::alias_ref<jni::JArrayByte> sampleBuffer, in sampleBufferCallback() function in expo::av::JPlayerData
56 void JPlayerData::setSampleBufferCallback(const SampleBufferCallback &&sampleBufferCallback) { in setSampleBufferCallback()
/expo/ios/versioned/sdk48/EXAV/EXAV/
H A DABI48_0_0EXAVPlayerData.m863 {
/expo/packages/expo-av/ios/EXAV/
H A DEXAVPlayerData.m867 {
/expo/ios/versioned/sdk47/EXAV/EXAV/
H A DABI47_0_0EXAVPlayerData.m863 {
/expo/ios/versioned/sdk49/EXAV/EXAV/
H A DABI49_0_0EXAVPlayerData.m863 {
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/av/player/
H A DPlayerData.java130 protected native void sampleBufferCallback(byte[] sampleBuffer, double positionSeconds); in sampleBufferCallback() method in PlayerData
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/av/player/
H A DPlayerData.java137 protected native void sampleBufferCallback(byte[] sampleBuffer, double positionSeconds); in sampleBufferCallback() method in PlayerData
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/av/player/
H A DPlayerData.java137 protected native void sampleBufferCallback(byte[] sampleBuffer, double positionSeconds); in sampleBufferCallback() method in PlayerData
/expo/packages/expo-av/android/src/main/java/expo/modules/av/player/
H A DPlayerData.java138 protected native void sampleBufferCallback(byte[] sampleBuffer, double positionSeconds); in sampleBufferCallback() method in PlayerData