ACameraIdList
NameSpace: Camera
Inherits from:
INullablePointer,
IDisposable
Public Fields
NumCameras
public int NumCameras { get; set; }
Public Methods
string CameraAt
public string CameraAt(
int index
)
Parameters
Type | Name | Description |
---|---|---|
int | index |
byte * CameraAtNonAlloc
public byte * CameraAtNonAlloc(
int index
)
Parameters
Type | Name | Description |
---|---|---|
int | index |
void Dispose
public void Dispose()
Public Attributes
IsNull
public bool IsNull => data == null;