A globally unique camera identifier. More...
Public Member Functions | |
CameraIdentifier (string uniqueId, CameraType cameraType) | |
CameraIdentifier (string rawValue) | |
Creates a camera identifier from a raw value. More... | |
override int | GetHashCode () |
override bool | Equals (object obj) |
bool | Equals (CameraIdentifier other) |
Static Public Member Functions | |
static bool | operator== (CameraIdentifier lhs, CameraIdentifier rhs) |
static bool | operator!= (CameraIdentifier lhs, CameraIdentifier rhs) |
Properties | |
string | RawValue [get] |
Returns the single character raw value of the camera identifier. This value may be persistently stored. More... | |
CameraType | CameraType [get] |
Returns the type of the camera. More... | |
string | Value [get] |
A globally unique camera identifier.
RealNetworks.CameraKit.CameraIdentifier.CameraIdentifier | ( | string | uniqueId, |
CameraType | cameraType | ||
) |
RealNetworks.CameraKit.CameraIdentifier.CameraIdentifier | ( | string | rawValue | ) |
Creates a camera identifier from a raw value.
rawValue | the raw string value |
bool RealNetworks.CameraKit.CameraIdentifier.Equals | ( | CameraIdentifier | other | ) |
override bool RealNetworks.CameraKit.CameraIdentifier.Equals | ( | object | obj | ) |
override int RealNetworks.CameraKit.CameraIdentifier.GetHashCode | ( | ) |
|
static |
|
static |
|
get |
Returns the type of the camera.
|
get |
Returns the single character raw value of the camera identifier. This value may be persistently stored.
|
get |