PTRichMediaTool
@interface PTRichMediaTool : PTTool
Plays movies that are embedded in PDF files.
-
The movie playing UIViewController that’s view is overlayed onto the PDF.
Declaration
Objective-C
@property (nonatomic, strong, readonly, nullable) AVPlayerViewController *moviePlayer;Swift
var moviePlayer: AVPlayerViewController? { get } -
The path to the current movie.
Declaration
Objective-C
@property (nonatomic, copy, readonly, nullable) NSString *moviePath;Swift
var moviePath: String? { get }
PTRichMediaTool Class Reference