session-ios/Signal/src/audio/incall_audio/protocols/BufferDepthMeasure.h

6 lines
111 B
Objective-C

#import <Foundation/Foundation.h>
@protocol BufferDepthMeasure <NSObject>
- (int16_t)currentBufferDepth;
@end