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