QTCaptureSession
Notifications
QTCaptureSession()
QTCaptureSession(IntPtr)
QTCaptureSession(NSObjectFlag)
ClassHandle
ErrorKey
Inputs
IsRunning
Outputs
RuntimeErrorNotification
AddInput(QTCaptureInput, NSError)
AddOutput(QTCaptureOutput, NSError)
RemoveInput(QTCaptureInput)
RemoveOutput(QTCaptureOutput)
StartRunning()
StopRunning()
xamarinmac
namespace QTKit
{
[Register("QTCaptureSession", true)]
public class QTCaptureSession : NSObject
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("addOutput:error:")]
public virtual bool AddOutput(QTCaptureOutput! output, out NSError! error);
}
}
| Xamarin macOS | 0.0 |
|---|---|
Information specific to xamarinmac | |
| Assembly | Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
| Referencing | The API is automatically referenced. |
| Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API