Skip to main content
Version: 20 Mar 2024

ACameraMetadata

NameSpace: Camera

Inherits from:
INullablePointer,
IDisposable

Public Methods

void Dispose

public void Dispose()

NativeArray< Metadata.Tags > GetAllMetadataTags

public NativeArray< Metadata.Tags > GetAllMetadataTags()

unsafe NativeArray< uint > GetAllMetadataTagsUntyped

public unsafe NativeArray< uint > GetAllMetadataTagsUntyped()

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;