示例#1
0
 /// <summary>
 /// String representation of the argument
 /// </summary>
 /// <returns>String representation of the argument</returns>
 public override string GetStringValue()
 {
     return(ArgumentStringifier.Threads(Value));
 }
示例#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));
 }
示例#4
0
 /// <summary>
 /// String representation of the argument
 /// </summary>
 /// <returns>String representation of the argument</returns>
 public override string GetStringValue()
 {
     return(ArgumentStringifier.Output(Value));
 }
示例#5
0
 /// <summary>
 /// String representation of the argument
 /// </summary>
 /// <returns>String representation of the argument</returns>
 public override string GetStringValue()
 {
     return(ArgumentStringifier.Speed(Value));
 }
示例#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));
 }
示例#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));
 }
示例#9
0
 /// <summary>
 /// String representation of the argument
 /// </summary>
 /// <returns>String representation of the argument</returns>
 public override string GetStringValue()
 {
     return(ArgumentStringifier.InputConcat(Value));
 }
示例#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))));
 }
示例#11
0
 /// <summary>
 /// String representation of the argument
 /// </summary>
 /// <returns>String representation of the argument</returns>
 public override string GetStringValue()
 {
     return(ArgumentStringifier.FinalizeAtShortestInput(Value));
 }
示例#12
0
 /// <summary>
 /// String representation of the argument
 /// </summary>
 /// <returns>String representation of the argument</returns>
 public override string GetStringValue()
 {
     return(ArgumentStringifier.FrameRate(Value));
 }
示例#13
0
 /// <summary>
 /// String representation of the argument
 /// </summary>
 /// <returns>String representation of the argument</returns>
 public override string GetStringValue()
 {
     return(ArgumentStringifier.IntelVideo(Value));
 }
示例#14
0
 /// <summary>
 /// String representation of the argument
 /// </summary>
 /// <returns>String representation of the argument</returns>
 public override string GetStringValue()
 {
     return(ArgumentStringifier.StartNumber(Value));
 }
示例#15
0
 /// <summary>
 /// String representation of the argument
 /// </summary>
 /// <returns>String representation of the argument</returns>
 public override string GetStringValue()
 {
     return(ArgumentStringifier.Duration(Value));
 }
示例#16
0
 /// <summary>
 /// String representation of the argument
 /// </summary>
 /// <returns>String representation of the argument</returns>
 public override string GetStringValue()
 {
     return ArgumentStringifier.Size(Value);
 }