just_audio/macos/Classes/IndexedPlayerItem.h

10 lines
184 B
C
Raw Permalink Normal View History

2020-09-18 19:17:35 +02:00
#import <AVFoundation/AVFoundation.h>
@class IndexedAudioSource;
@interface IndexedPlayerItem : AVPlayerItem
@property (readwrite, nonatomic) IndexedAudioSource *audioSource;
@end