Table of Contents

Struct StreamingQuality

Namespace
Stride.Streaming
Assembly
Stride.Rendering.dll

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

value float

The quality value (range [0;1]).

Fields

Maximum

The maximum quality value.

public static readonly StreamingQuality Maximum

Field Value

StreamingQuality

Mininum

The mininum quality value.

public static readonly StreamingQuality Mininum

Field Value

StreamingQuality

Value

The quality value in range: [0; 1].

public float Value

Field Value

float

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

value StreamingQuality

The 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

value float

The value.

Returns

StreamingQuality

The result of the conversion.