LMMediaItemStreamingCache.h 341 B

12345678910111213141516
  1. //
  2. // LMMediaItemCache.h
  3. // LMMediaPlayer
  4. //
  5. // Created by Akira Matsuda on 10/13/14.
  6. // Copyright (c) 2014 Akira Matsuda. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import <AVFoundation/AVFoundation.h>
  10. @interface LMMediaItemStreamingCache : NSObject <AVAssetResourceLoaderDelegate>
  11. + (instancetype)sharedCache;
  12. @end