Click or drag to resize
ControlStreamFileCommandControlDigits Method (String, String, String)
Sets the control digits for fast forward, rewind and pause.

Namespace: AsterNET.FastAGI.Command
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void ControlDigits(
	string forwardDigit,
	string rewindDigit,
	string pauseDigit
)

Parameters

forwardDigit
Type: SystemString
the digit for fast forward.
rewindDigit
Type: SystemString
the digit for rewind.
pauseDigit
Type: SystemString
the digit for pause and unpause.
See Also