ACameraMetadata
NameSpace: Camera
Inherits from:
INullablePointer,
IDisposable
Public Methods
void Dispose
public void Dispose()
unsafe NativeArray< uint > GetAllMetadataTags
public unsafe NativeArray< uint > GetAllMetadataTags()
bool TryGetConstEntry
public bool TryGetConstEntry(
Metadata.Tags tag,
out Entry.ReadOnly outEntry
)
Parameters
Type | Name | Description |
---|---|---|
Metadata.Tags | tag | |
out Entry.ReadOnly | outEntry |
Public Attributes
IsNull
public bool IsNull => value == IntPtr.Zero;