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