-
Methods in org.robovm.apple.avfoundation with parameters of type AVAudioTime
| Modifier and Type |
Method |
Description |
AVAudioTime |
AVAudioPlayerNode.convertNodeTimeToPlayerTime(AVAudioTime nodeTime) |
|
AVAudioTime |
AVAudioPlayerNode.convertPlayerTimeToNodeTime(AVAudioTime playerTime) |
|
AVAudioTime |
AVAudioTime.extrapolateTimeFromAnchor(AVAudioTime anchorTime) |
|
void |
AVAudioPlayerNode.playAtTime(AVAudioTime when) |
|
void |
AVAudioPlayerNode.scheduleBuffer(AVAudioPCMBuffer buffer,
AVAudioTime when,
AVAudioPlayerNodeBufferOptions options,
Runnable completionHandler) |
|
void |
AVAudioPlayerNode.scheduleBuffer(AVAudioPCMBuffer buffer,
AVAudioTime when,
AVAudioPlayerNodeBufferOptions options,
AVAudioPlayerNodeCompletionCallbackType callbackType,
VoidBlock1<AVAudioPlayerNodeCompletionCallbackType> completionHandler) |
|
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) |
|
-