/// <summary> /// String representation of the argument /// </summary> /// <returns>String representation of the argument</returns> public override string GetStringValue() { return(ArgumentStringifier.FrameRate(Value)); }
/// <summary> /// String representation of the argument /// </summary> /// <returns>String representation of the argument</returns> public override string GetStringValue() { return(ArgumentStringifier.Speed(Value)); }
public override string GetStringValue() { return(ArgumentStringifier.HWAccel()); }
/// <summary> /// String representation of the argument /// </summary> /// <returns>String representation of the argument</returns> public override string GetStringValue() { return(ArgumentStringifier.StartNumber(Value)); }
/// <summary> /// String representation of the argument /// </summary> /// <returns>String representation of the argument</returns> public override string GetStringValue() { return(ArgumentStringifier.FrameOutputCount(Value)); }
/// <summary> /// String representation of the argument /// </summary> /// <returns>String representation of the argument</returns> public override string GetStringValue() { return(ArgumentStringifier.FinalizeAtShortestInput(Value)); }