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