| 
    CASampledSP
    
   | 
 
Central context representing the native peer to the Java CACodecInputStream object. More...
#include <CAUtils.h>
  
Data Fields | |
| AudioConverterRef | acref | 
| The used AudioConverter.   | |
| jobject | sourceStream | 
| Source stream object (Java)   | |
| CAAudioIO * | sourceAudioIO | 
| CAAudioIO of the stream that we want to convert.   | |
  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 CACodecInputStream object.
| AudioConverterRef CAAudioConverterIO::acref | 
| CAAudioIO* CAAudioConverterIO::sourceAudioIO | 
| jobject CAAudioConverterIO::sourceStream |