ACaptureSessionOutput
NameSpace: Camera
Inherits from:
INullablePointer,
IDisposable
Public Methods
void Dispose
public void Dispose()
bool TryCreate
public static bool TryCreate(
ANativeWindow window,
out ACaptureSessionOutput output
)
Parameters
| Type | Name | Description |
|---|---|---|
| ANativeWindow | window | |
| out ACaptureSessionOutput | output |
Public Attributes
IsNull
public bool IsNull => value == IntPtr.Zero;