-
Methods in org.robovm.apple.avfoundation with parameters of type AVAudioFile
| Modifier and Type |
Method |
Description |
void |
AVAudioPlayerNode.scheduleFile(AVAudioFile file,
AVAudioTime when,
Runnable completionHandler) |
|
void |
AVAudioPlayerNode.scheduleFile(AVAudioFile file,
AVAudioTime when,
AVAudioPlayerNodeCompletionCallbackType callbackType,
VoidBlock1<AVAudioPlayerNodeCompletionCallbackType> completionHandler) |
|
void |
AVAudioPlayerNode.scheduleSegment(AVAudioFile file,
long startFrame,
int numberFrames,
AVAudioTime when,
Runnable completionHandler) |
|
void |
AVAudioPlayerNode.scheduleSegment(AVAudioFile file,
long startFrame,
int numberFrames,
AVAudioTime when,
AVAudioPlayerNodeCompletionCallbackType callbackType,
VoidBlock1<AVAudioPlayerNodeCompletionCallbackType> completionHandler) |
|