Struct StreamingQuality
Resources streaming quality level value type.
public struct StreamingQuality
  - Inherited Members
 
Constructors
StreamingQuality(float)
Initializes a new instance of the StreamingQuality struct.
public StreamingQuality(float value)
  Parameters
valuefloatThe quality value (range [0;1]).
Fields
Maximum
The maximum quality value.
public static readonly StreamingQuality Maximum
  Field Value
Mininum
The mininum quality value.
public static readonly StreamingQuality Mininum
  Field Value
Value
The quality value in range: [0; 1].
public float Value
  Field Value
Methods
Normalize()
Normalizes this quality value to range [0;1].
public void Normalize()
  Operators
implicit operator float(StreamingQuality)
Performs an implicit conversion from StreamingQuality to float.
public static implicit operator float(StreamingQuality value)
  Parameters
valueStreamingQualityThe value.
Returns
- float
 The result of the conversion.
implicit operator StreamingQuality(float)
Performs an implicit conversion from float to StreamingQuality.
public static implicit operator StreamingQuality(float value)
  Parameters
valuefloatThe value.
Returns
- StreamingQuality
 The result of the conversion.