/// <summary>
 /// String representation of the argument
 /// </summary>
 /// <returns>String representation of the argument</returns>
 public override string GetStringValue()
 {
     return(ArgumentsStringifier.FrameRate(Value));
 }
Ejemplo n.º 2
0
 /// <summary>
 /// String representation of the argument
 /// </summary>
 /// <returns>String representation of the argument</returns>
 public override string GetStringValue()
 {
     return(ArgumentsStringifier.InputConcat(Value));
 }
Ejemplo n.º 3
0
 /// <summary>
 /// String representation of the argument
 /// </summary>
 /// <returns>String representation of the argument</returns>
 public override string GetStringValue()
 {
     return(ArgumentsStringifier.Speed(Value));
 }
Ejemplo n.º 4
0
 /// <summary>
 /// String representation of the argument
 /// </summary>
 /// <returns>String representation of the argument</returns>
 public override string GetStringValue()
 {
     return(ArgumentsStringifier.Video(Value, Bitrate));
 }
Ejemplo n.º 5
0
 /// <summary>
 /// String representation of the argument
 /// </summary>
 /// <returns>String representation of the argument</returns>
 public override string GetStringValue()
 {
     return(ArgumentsStringifier.StartNumber(Value));
 }
Ejemplo n.º 6
0
 /// <summary>
 /// String representation of the argument
 /// </summary>
 /// <returns>String representation of the argument</returns>
 public override string GetStringValue()
 {
     return(ArgumentsStringifier.BitStreamFilter(First, Second));
 }
Ejemplo n.º 7
0
 /// <summary>
 /// String representation of the argument
 /// </summary>
 /// <returns>String representation of the argument</returns>
 public override string GetStringValue()
 {
     return(ArgumentsStringifier.Threads(Value));
 }
 /// <summary>
 /// String representation of the argument
 /// </summary>
 /// <returns>String representation of the argument</returns>
 public override string GetStringValue()
 {
     return(ArgumentsStringifier.ForceFormat(Value));
 }
 /// <summary>
 /// String representation of the argument
 /// </summary>
 /// <returns>String representation of the argument</returns>
 public override string GetStringValue()
 {
     return(ArgumentsStringifier.FrameOutputCount(Value));
 }
Ejemplo n.º 10
0
 /// <summary>
 /// String representation of the argument
 /// </summary>
 /// <returns>String representation of the argument</returns>
 public override string GetStringValue()
 {
     return(ArgumentsStringifier.FinalizeAtShortestInput(Value));
 }