MLInputBuzzCommand
A structure containing information about the Buzz command to be played.
Inherits from:
IInputDeviceCommandInfo
Public Methods
MLInputBuzzCommand
public MLInputBuzzCommand(
in Buzz buzzCommand
)
Parameters
Type | Name | Description |
---|---|---|
in Buzz | buzzCommand | A structure containing information about the Buzz command to be played. |
Public Attributes
Amplitude
amplitude of the buzz command, as a percentage (0 - 100).
public readonly byte Amplitude;
DurationMs
Duration of the buzz command in milliseconds (ms).
public readonly uint DurationMs;
EndHz
End frequency of the buzz command (0 - 1250).
public readonly ushort EndHz;
StartHz
Start frequency of the buzz command (0 - 1250).
public readonly ushort StartHz;
Version
Version of this structure.
public readonly uint Version;
typeStatic
public FourCC typeStatic => commandType;