Home | History | Annotate | Download | only in jni

Lines Matching defs:track

1446     JAudioTrack* track = (JAudioTrack *) jAudioTrackPtr;
1447 if (callback != NULL && track != NULL) {
1450 size_t bufferSizeInFrames = track->frameCount();
1451 audio_format_t format = track->format();
1456 bufferSizeInFrames * audio_bytes_per_sample(format) * track->channelCount();
1469 track->write(buffer->mData, buffer->mSize, true /* Blocking */);