IJKMediaFrameworkWithSSL.h 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. //
  2. // IJKMediaFrameworkWithSSL.h
  3. // IJKMediaFrameworkWithSSL
  4. //
  5. // Created by zhangxinzheng on 27/02/2017.
  6. // Copyright © 2017 bilibili. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. //! Project version number for IJKMediaFrameworkWithSSL.
  10. FOUNDATION_EXPORT double IJKMediaFrameworkWithSSLVersionNumber;
  11. //! Project version string for IJKMediaFrameworkWithSSL.
  12. FOUNDATION_EXPORT const unsigned char IJKMediaFrameworkWithSSLVersionString[];
  13. // In this header, you should import all the public headers of your framework using statements like #import <IJKMediaFrameworkWithSSL/PublicHeader.h>
  14. #import <IJKMediaFrameworkWithSSL/IJKMediaPlayback.h>
  15. //#import <IJKMediaFrameworkWithSSL/IJKMPMoviePlayerController.h>
  16. //#import <IJKMediaFrameworkWithSSL/IJKFFOptions.h>
  17. //#import <IJKMediaFrameworkWithSSL/IJKFFMoviePlayerController.h>
  18. #import <IJKMediaFrameworkWithSSL/IJKAVMoviePlayerController.h>
  19. #import <IJKMediaFrameworkWithSSL/IJKMediaModule.h>
  20. #import <IJKMediaFrameworkWithSSL/IJKMediaPlayer.h>
  21. #import <IJKMediaFrameworkWithSSL/IJKNotificationManager.h>
  22. #import <IJKMediaFrameworkWithSSL/IJKKVOController.h>
  23. // backward compatible for old names
  24. #define IJKMediaPlaybackIsPreparedToPlayDidChangeNotification IJKMPMediaPlaybackIsPreparedToPlayDidChangeNotification
  25. #define IJKMoviePlayerLoadStateDidChangeNotification IJKMPMoviePlayerLoadStateDidChangeNotification
  26. #define IJKMoviePlayerPlaybackDidFinishNotification IJKMPMoviePlayerPlaybackDidFinishNotification
  27. #define IJKMoviePlayerPlaybackDidFinishReasonUserInfoKey IJKMPMoviePlayerPlaybackDidFinishReasonUserInfoKey
  28. #define IJKMoviePlayerPlaybackStateDidChangeNotification IJKMPMoviePlayerPlaybackStateDidChangeNotification
  29. #define IJKMoviePlayerIsAirPlayVideoActiveDidChangeNotification IJKMPMoviePlayerIsAirPlayVideoActiveDidChangeNotification
  30. #define IJKMoviePlayerVideoDecoderOpenNotification IJKMPMoviePlayerVideoDecoderOpenNotification
  31. #define IJKMoviePlayerFirstVideoFrameRenderedNotification IJKMPMoviePlayerFirstVideoFrameRenderedNotification
  32. #define IJKMoviePlayerFirstAudioFrameRenderedNotification IJKMPMoviePlayerFirstAudioFrameRenderedNotification
  33. #define IJKMoviePlayerFirstAudioFrameDecodedNotification IJKMPMoviePlayerFirstAudioFrameDecodedNotification
  34. #define IJKMoviePlayerFirstVideoFrameDecodedNotification IJKMPMoviePlayerFirstVideoFrameDecodedNotification
  35. #define IJKMoviePlayerOpenInputNotification IJKMPMoviePlayerOpenInputNotification
  36. #define IJKMoviePlayerFindStreamInfoNotification IJKMPMoviePlayerFindStreamInfoNotification
  37. #define IJKMoviePlayerComponentOpenNotification IJKMPMoviePlayerComponentOpenNotification
  38. #define IJKMPMoviePlayerAccurateSeekCompleteNotification IJKMPMoviePlayerAccurateSeekCompleteNotification
  39. #define IJKMoviePlayerSeekAudioStartNotification IJKMPMoviePlayerSeekAudioStartNotification
  40. #define IJKMoviePlayerSeekVideoStartNotification IJKMPMoviePlayerSeekVideoStartNotification