Example #1
0
 /// <summary>
 /// String representation of the argument
 /// </summary>
 /// <returns>String representation of the argument</returns>
 public override string GetStringValue()
 {
     return(ArgumentStringifier.Threads(Value));
 }
Example #2
0
 /// <summary>
 /// String representation of the argument
 /// </summary>
 /// <returns>String representation of the argument</returns>
 public override string GetStringValue()
 {
     return(ArgumentStringifier.BitStreamFilter(First, Second));
 }
 /// <summary>
 /// String representation of the argument
 /// </summary>
 /// <returns>String representation of the argument</returns>
 public override string GetStringValue()
 {
     return(ArgumentStringifier.Audio(Value, Bitrate));
 }
Example #4
0
 /// <summary>
 /// String representation of the argument
 /// </summary>
 /// <returns>String representation of the argument</returns>
 public override string GetStringValue()
 {
     return(ArgumentStringifier.Output(Value));
 }
Example #5
0
 /// <summary>
 /// String representation of the argument
 /// </summary>
 /// <returns>String representation of the argument</returns>
 public override string GetStringValue()
 {
     return(ArgumentStringifier.Speed(Value));
 }
Example #6
0
 /// <summary>
 /// String representation of the argument
 /// </summary>
 /// <returns>String representation of the argument</returns>
 public override string GetStringValue()
 {
     return(ArgumentStringifier.Scale(Value.Width, Value.Height));
 }
Example #7
0
 /// <summary>
 /// String representation of the argument
 /// </summary>
 /// <returns>String representation of the argument</returns>
 public override string GetStringValue()
 {
     return(ArgumentStringifier.ForceFormat(Value));
 }
 /// <summary>
 /// String representation of the argument
 /// </summary>
 /// <returns>String representation of the argument</returns>
 public override string GetStringValue()
 {
     return(ArgumentStringifier.Disable(Value));
 }
Example #9
0
 /// <summary>
 /// String representation of the argument
 /// </summary>
 /// <returns>String representation of the argument</returns>
 public override string GetStringValue()
 {
     return(ArgumentStringifier.InputConcat(Value));
 }
Example #10
0
 /// <summary>
 /// String representation of the argument
 /// </summary>
 /// <returns>String representation of the argument</returns>
 public override string GetStringValue()
 {
     return(string.Join(" ", Value.Select(v => ArgumentStringifier.Input(v))));
 }
Example #11
0
 /// <summary>
 /// String representation of the argument
 /// </summary>
 /// <returns>String representation of the argument</returns>
 public override string GetStringValue()
 {
     return(ArgumentStringifier.FinalizeAtShortestInput(Value));
 }
Example #12
0
 /// <summary>
 /// String representation of the argument
 /// </summary>
 /// <returns>String representation of the argument</returns>
 public override string GetStringValue()
 {
     return(ArgumentStringifier.FrameRate(Value));
 }
Example #13
0
 /// <summary>
 /// String representation of the argument
 /// </summary>
 /// <returns>String representation of the argument</returns>
 public override string GetStringValue()
 {
     return(ArgumentStringifier.IntelVideo(Value));
 }
Example #14
0
 /// <summary>
 /// String representation of the argument
 /// </summary>
 /// <returns>String representation of the argument</returns>
 public override string GetStringValue()
 {
     return(ArgumentStringifier.StartNumber(Value));
 }
Example #15
0
 /// <summary>
 /// String representation of the argument
 /// </summary>
 /// <returns>String representation of the argument</returns>
 public override string GetStringValue()
 {
     return(ArgumentStringifier.Duration(Value));
 }
Example #16
0
 /// <summary>
 /// String representation of the argument
 /// </summary>
 /// <returns>String representation of the argument</returns>
 public override string GetStringValue()
 {
     return ArgumentStringifier.Size(Value);
 }