CASampledSP
Loading...
Searching...
No Matches
CAAudioStreamIO Struct Reference

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

#include <CAUtils.h>

Inheritance diagram for CAAudioStreamIO:
CAAudioIO

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.
 

Detailed Description

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

Definition at line 85 of file CAUtils.h.

Field Documentation

◆ asid

AudioFileStreamID CAAudioStreamIO::asid

Stream id.

Definition at line 87 of file CAUtils.h.


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