just_audio/macos/Classes/IndexedPlayerItem.h
2020-07-28 03:54:00 +10:00

9 lines
184 B
Objective-C

#import <AVFoundation/AVFoundation.h>
@class IndexedAudioSource;
@interface IndexedPlayerItem : AVPlayerItem
@property (readwrite, nonatomic) IndexedAudioSource *audioSource;
@end