admin 管理员组

文章数量: 887021


2023年12月17日发(作者:常量元素是指其在体内含量)

{

@private

UInt8* readBuffer;

int readBufferSize;

NSOperationQueue* fastApiQueue;

QueueEntry* currentlyPlayingEntry;

QueueEntry* currentlyReadingEntry;

NSMutableArray* upcomingQueue;

NSMutableArray* bufferingQueue;

AudioQueueBufferRef* audioQueueBuffer;

AudioQueueBufferRefLookupEntry* audioQueueBufferLookup;

unsigned int audioQueueBufferRefLookupCount;

unsigned int audioQueueBufferCount;

AudioStreamPacketDescription* packetDescs;

bool* bufferUsed;

int numberOfBuffersUsed;

AudioQueueRef audioQueue;

AudioStreamBasicDescription currentAudioStreamBasicDescription;

NSThread* playbackThread;

NSRunLoop* playbackThreadRunLoop;

NSConditionLock* threadFinishedCondLock;

AudioFileStreamID audioFileStream;

BOOL discontinuous;

int bytesFilled;

int packetsFilled;

int fillBufferIndex;

UIBackgroundTaskIdentifier backgroundTaskId;

AudioPlayerErrorCode errorCode;

AudioPlayerStopReason stopReason;

int currentlyPlayingLock;

pthread_mutex_t playerMutex;

pthread_mutex_t queueBuffersMutex;

pthread_cond_t queueBufferReadyCondition;

volatile BOOL waiting;

volatile BOOL disposeWasRequested;

volatile BOOL seekToTimeWasRequested;

volatile BOOL newFileToPlay;

volatile double requestedSeekTime;

volatile BOOL audioQueueFlushing;

volatile SInt64 audioPacketsReadCount;

volatile SInt64 audioPacketsPlayedCount;

BOOL meteringEnabled;


本文标签: 常量 元素 作者