Skip to main content
Version: 10 Jul 2024

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

TypeNameDescription
Metadata.Tagstag
out Entry.ReadOnlyoutEntry

Public Attributes

IsNull


public bool IsNull => value == IntPtr.Zero;