CASampledSP
|
Central context representing the native peer to the Java CAStreamInputStream object. More...
#include <CAUtils.h>
Data Fields | |
AudioFileStreamID | asid |
Stream id. | |
Data Fields inherited from CAAudioIO | |
JNIEnv * | env |
JNI environment. | |
jobject | javaInstance |
Calling java object. | |
AudioStreamBasicDescription | srcFormat |
Source format. | |
AudioStreamPacketDescription * | pktDescs |
Packet descriptions. | |
char * | srcBuffer |
Source buffer. | |
UInt32 | srcBufferSize |
Source buffer size. | |
UInt32 | numPacketsPerRead |
Number of packets per read. | |
SInt64 | pos |
Current position (in packets) | |
SInt64 | lastPos |
Last position (in packets) | |
UInt32 | frameOffset |
Frame offset (needed for seeking to the middles of a packet) | |
UInt32 | srcSizePerPacket |
Source size per packet. | |
char * | cookie |
Cookie. | |
UInt32 | cookieSize |
Cookie size. | |
Central context representing the native peer to the Java CAStreamInputStream object.