-
Notifications
You must be signed in to change notification settings - Fork 377
/
Copy pathVKVideoPlayerConfig.h
51 lines (41 loc) · 1.99 KB
/
VKVideoPlayerConfig.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
//
// Created by Viki.
// Copyright (c) 2014 Viki Inc. All rights reserved.
//
//#ifndef VKVideoPlayer_VKVideoPlayerConfig_h
//#define VKVideoPlayer_VKVideoPlayerConfig_h
#import <Foundation/Foundation.h>
#import <QuartzCore/QuartzCore.h>
#import <AVFoundation/AVFoundation.h>
#import <DDLog.h>
#import "VKFoundation.h"
#import "DTAttributedLabel.h"
#import "UIView+VKFoundation.h"
#import "UILabel+VKFoundation.h"
#import "NSString+VKFoundation.h"
#import "VKUtility.h"
//#import "VKVideoPlayerSettingsManager.h"
//#import "VKVideoPlayerLayerView.h"
//#import "VKVideoPlayerSession.h"
#import "Reachability.h"
#define kVKVideoPlayerDurationDidLoadNotification @"VKVideoPlayerDurationDidLoadNotification"
#define kVKVideoPlayerItemReadyToPlay @"VKVideoPlayerItemReadyToPlay"
#define kVKVideoPlayerScrubberValueUpdatedNotification @"VKVideoPlayerScrubberValueUpdatedNotification"
#define kVKVideoPlayerShowVideoInfoNotification @"VKVideoPlayerShowVideoInfoNotification"
#define kVKVideoPlayerOrientationDidChange @"VKVideoPlayerOrientationDidChange"
#define kVKVideoPlayerUpdateVideoTrack @"VKVideoPlayerUpdateVideoTrack"
#define kVKVideoPlayerPlaybackBufferEmpty @"VKVideoPlayerPlaybackBufferEmpty"
#define kVKVideoPlayerPlaybackLikelyToKeepUp @"VKVideoPlayerPlaybackLikelyToKeepUp"
#define kVKVideoPlayerStateChanged @"VKVideoPlayerStateChanged"
#define kVKVideoPlayerDismiss @"VKVideoPlayerDismiss"
#define kVKVideoPlayerShare @"VKVideoPlayerShare"
//#define kVKDurationDidLoadNotification @"VKDurationDidLoadNotification"
//#define kVKPlayerItemReadyToPlay @"VKPlayerItemReadyToPlay"
//#define kVKScrubberValueUpdatedNotification @"VKScrubberValueUpdatedNotification"
//#define kVKShowVideoInfoNotification @"VKShowVideoInfoNotification"
//#define kVKVideoPlayerOrientationDidChange @"VKVideoPlayerOrientationDidChange"
//#define kVKUpdateVideoSession @"VKUpdateVideoSession"
//
//#define kVKPlayerStateChanged @"VKPlayerStateChanged"
//#define kVKPlayerDismiss @"VKPlayerDismiss"
//#define kVKPlayerShare @"VKPlayerShare"