just_audio/ios/Classes/IndexedPlayerItem.h
2020-09-18 19:17:35 +02:00

10 lines
184 B
Objective-C

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