CASampledSP
Loading...
Searching...
No Matches
Data Fields
CAAudioFileIO Struct Reference

Central context representing the native peer to the Java CAURLInputStream object. More...

#include <CAUtils.h>

Inheritance diagram for CAAudioFileIO:
CAAudioIO

Data Fields

AudioFileID afid
 File 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.
 

Detailed Description

Central context representing the native peer to the Java CAURLInputStream object.

Definition at line 77 of file CAUtils.h.

Field Documentation

◆ afid

AudioFileID CAAudioFileIO::afid

File id.

Definition at line 79 of file CAUtils.h.


The documentation for this struct was generated from the following file: