IndexedPlayerItem.h 184 B

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