Repository URL to install this package:
|
Version:
3.2.0 ▾
|
{ Parsed from AVFoundation.framework AVPlayerLayer.h }
{$ifdef TYPES}
type
AVPlayerLayerPtr = ^AVPlayerLayer;
{$endif}
{$ifdef CLASSES}
type
AVPlayerLayer = objcclass external (CALayer)
private
_playerLayer: AVPlayerLayerInternal;
public
class function playerLayerWithPlayer (player: AVPlayer): AVPlayerLayer; message 'playerLayerWithPlayer:';
procedure setPlayer(newValue: AVPlayer); message 'setPlayer:';
function player: AVPlayer; message 'player';
procedure setVideoGravity(newValue: NSString); message 'setVideoGravity:';
function videoGravity: NSString; message 'videoGravity';
function isReadyForDisplay: ObjCBOOL; message 'isReadyForDisplay';
function videoRect: CGRect; message 'videoRect';
end;
{$endif}