Inherits from NSObject
Declared in FSAudioStream.h

Overview

Statistics on the stream state.

Properties

audioQueuePCMPacketQueueCount

Audio stream PCM packet queue count.

@property (nonatomic, assign) NSUInteger audioQueuePCMPacketQueueCount

Discussion

Audio stream PCM packet queue count.

Declared In

FSAudioStream.h

audioQueueUsedBufferCount

Audio queue used buffers count.

@property (nonatomic, assign) NSUInteger audioQueueUsedBufferCount

Discussion

Audio queue used buffers count.

Declared In

FSAudioStream.h

audioStreamPacketCount

Audio stream packet count.

@property (nonatomic, assign) NSUInteger audioStreamPacketCount

Discussion

Audio stream packet count.

Declared In

FSAudioStream.h

snapshotTime

Time when the statistics were gathered.

@property (nonatomic, strong) NSDate *snapshotTime

Discussion

Time when the statistics were gathered.

Declared In

FSAudioStream.h

snapshotTimeFormatted

Time in a pretty format.

@property (nonatomic, readonly) NSString *snapshotTimeFormatted

Discussion

Time in a pretty format.

Declared In

FSAudioStream.h