Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
fpc-src / usr / share / fpcsrc / 3.2.0 / packages / cocoaint / src / qtkit / QTCaptureLayer.inc
Size: Mime:
{ Parsed from QTKit.framework QTCaptureLayer.h }


{$ifdef TYPES}
type
  QTCaptureLayerPtr = ^QTCaptureLayer;
{$endif}

{$if ((QTKIT_VERSION_MAX_ALLOWED >= QTKIT_VERSION_7_2)) and ((MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_5))}
{$ifdef CLASSES}

type
  QTCaptureLayer = objcclass external (CALayer)
  private
    _captureLayerPriv: QTCaptureLayerPrivate;
  public
    class function layerWithSession (session: QTCaptureSession): id; message 'layerWithSession:';
    function initWithSession (session: QTCaptureSession): id; message 'initWithSession:';
    procedure setSession (session: QTCaptureSession); message 'setSession:';
    function session: QTCaptureSession; message 'session';
  end;
{$endif}

{$endif}