C# Class Amazon.DeviceFarm.SampleType

Constants used for properties of type SampleType.
Inheritance: ConstantClass
Afficher le fichier Open project: aws/aws-sdk-net

Méthodes publiques

Свойство Type Description
CPU SampleType
MEMORY SampleType
NATIVE_AVG_DRAWTIME SampleType
NATIVE_FPS SampleType
NATIVE_FRAMES SampleType
NATIVE_MAX_DRAWTIME SampleType
NATIVE_MIN_DRAWTIME SampleType
OPENGL_AVG_DRAWTIME SampleType
OPENGL_FPS SampleType
OPENGL_FRAMES SampleType
OPENGL_MAX_DRAWTIME SampleType
OPENGL_MIN_DRAWTIME SampleType
RX SampleType
RX_RATE SampleType
THREADS SampleType
TX SampleType
TX_RATE SampleType

Méthodes publiques

Méthode Description
FindValue ( string value ) : SampleType

Finds the constant for the unique value.

SampleType ( string value ) : System

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.

Method Details

FindValue() public static méthode

Finds the constant for the unique value.
public static FindValue ( string value ) : SampleType
value string The unique value for the constant
Résultat SampleType

SampleType() public méthode

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.
public SampleType ( string value ) : System
value string
Résultat System

Property Details

CPU public_oe static_oe property

Constant CPU for SampleType
public static SampleType,Amazon.DeviceFarm CPU
Résultat SampleType

MEMORY public_oe static_oe property

Constant MEMORY for SampleType
public static SampleType,Amazon.DeviceFarm MEMORY
Résultat SampleType

NATIVE_AVG_DRAWTIME public_oe static_oe property

Constant NATIVE_AVG_DRAWTIME for SampleType
public static SampleType,Amazon.DeviceFarm NATIVE_AVG_DRAWTIME
Résultat SampleType

NATIVE_FPS public_oe static_oe property

Constant NATIVE_FPS for SampleType
public static SampleType,Amazon.DeviceFarm NATIVE_FPS
Résultat SampleType

NATIVE_FRAMES public_oe static_oe property

Constant NATIVE_FRAMES for SampleType
public static SampleType,Amazon.DeviceFarm NATIVE_FRAMES
Résultat SampleType

NATIVE_MAX_DRAWTIME public_oe static_oe property

Constant NATIVE_MAX_DRAWTIME for SampleType
public static SampleType,Amazon.DeviceFarm NATIVE_MAX_DRAWTIME
Résultat SampleType

NATIVE_MIN_DRAWTIME public_oe static_oe property

Constant NATIVE_MIN_DRAWTIME for SampleType
public static SampleType,Amazon.DeviceFarm NATIVE_MIN_DRAWTIME
Résultat SampleType

OPENGL_AVG_DRAWTIME public_oe static_oe property

Constant OPENGL_AVG_DRAWTIME for SampleType
public static SampleType,Amazon.DeviceFarm OPENGL_AVG_DRAWTIME
Résultat SampleType

OPENGL_FPS public_oe static_oe property

Constant OPENGL_FPS for SampleType
public static SampleType,Amazon.DeviceFarm OPENGL_FPS
Résultat SampleType

OPENGL_FRAMES public_oe static_oe property

Constant OPENGL_FRAMES for SampleType
public static SampleType,Amazon.DeviceFarm OPENGL_FRAMES
Résultat SampleType

OPENGL_MAX_DRAWTIME public_oe static_oe property

Constant OPENGL_MAX_DRAWTIME for SampleType
public static SampleType,Amazon.DeviceFarm OPENGL_MAX_DRAWTIME
Résultat SampleType

OPENGL_MIN_DRAWTIME public_oe static_oe property

Constant OPENGL_MIN_DRAWTIME for SampleType
public static SampleType,Amazon.DeviceFarm OPENGL_MIN_DRAWTIME
Résultat SampleType

RX public_oe static_oe property

Constant RX for SampleType
public static SampleType,Amazon.DeviceFarm RX
Résultat SampleType

RX_RATE public_oe static_oe property

Constant RX_RATE for SampleType
public static SampleType,Amazon.DeviceFarm RX_RATE
Résultat SampleType

THREADS public_oe static_oe property

Constant THREADS for SampleType
public static SampleType,Amazon.DeviceFarm THREADS
Résultat SampleType

TX public_oe static_oe property

Constant TX for SampleType
public static SampleType,Amazon.DeviceFarm TX
Résultat SampleType

TX_RATE public_oe static_oe property

Constant TX_RATE for SampleType
public static SampleType,Amazon.DeviceFarm TX_RATE
Résultat SampleType