this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add AVPlayerItemDidPlayToEndTimeNotification variable

Thomas A 4a9f1931 07515744

+4
+2
src/frameworks/AVFoundation/include/AVFoundation/AVPlayerItem.h
··· 19 19 20 20 #include <Foundation/Foundation.h> 21 21 22 + NSString *const AVPlayerItemDidPlayToEndTimeNotification; 23 + 22 24 @interface AVPlayerItem : NSObject 23 25 24 26 @end
+2
src/frameworks/AVFoundation/src/AVPlayerItem.m
··· 19 19 20 20 #import <AVFoundation/AVPlayerItem.h> 21 21 22 + NSString *const AVPlayerItemDidPlayToEndTimeNotification = @"AVPlayerItemDidPlayToEndTimeNotification"; 23 + 22 24 @implementation AVPlayerItem 23 25 24 26 - (NSMethodSignature *)methodSignatureForSelector:(SEL)aSelector {