MonobjcMonobjc Documented Class Library
LayerWithSession Method (session)
NamespacesMonobjc.QTKitQTCaptureLayerLayerWithSession(QTCaptureSession)

Creates an autoreleased QTCaptureLayer associated with the specified QTCaptureSession object.

Original signature is '+ (id)layerWithSession:(QTCaptureSession *)session'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static Id LayerWithSession(
	QTCaptureSession session
)
Public Shared Function LayerWithSession ( _
	session As QTCaptureSession _
) As Id
public:
static Id^ LayerWithSession(
	QTCaptureSession^ session
)
Parameters
session (QTCaptureSession)
The session with which to create an autoreleased QuickTime capture layer object.
Return Value

[Missing <returns> documentation for "M:Monobjc.QTKit.QTCaptureLayer.LayerWithSession(Monobjc.QTKit.QTCaptureSession)"]

Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.QTKit (Module: Monobjc.QTKit)