コード例 #1
0
 /// <summary>
 /// String representation of the argument
 /// </summary>
 /// <returns>String representation of the argument</returns>
 public override string GetStringValue()
 {
     return(ArgumentsStringifier.FrameRate(Value));
 }
コード例 #2
0
 /// <summary>
 /// String representation of the argument
 /// </summary>
 /// <returns>String representation of the argument</returns>
 public override string GetStringValue()
 {
     return(ArgumentsStringifier.InputConcat(Value));
 }
コード例 #3
0
 /// <summary>
 /// String representation of the argument
 /// </summary>
 /// <returns>String representation of the argument</returns>
 public override string GetStringValue()
 {
     return(ArgumentsStringifier.Speed(Value));
 }
コード例 #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));
 }
コード例 #5
0
 /// <summary>
 /// String representation of the argument
 /// </summary>
 /// <returns>String representation of the argument</returns>
 public override string GetStringValue()
 {
     return(ArgumentsStringifier.StartNumber(Value));
 }
コード例 #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));
 }
コード例 #7
0
 /// <summary>
 /// String representation of the argument
 /// </summary>
 /// <returns>String representation of the argument</returns>
 public override string GetStringValue()
 {
     return(ArgumentsStringifier.Threads(Value));
 }
コード例 #8
0
 /// <summary>
 /// String representation of the argument
 /// </summary>
 /// <returns>String representation of the argument</returns>
 public override string GetStringValue()
 {
     return(ArgumentsStringifier.ForceFormat(Value));
 }
コード例 #9
0
 /// <summary>
 /// String representation of the argument
 /// </summary>
 /// <returns>String representation of the argument</returns>
 public override string GetStringValue()
 {
     return(ArgumentsStringifier.FrameOutputCount(Value));
 }
コード例 #10
0
 /// <summary>
 /// String representation of the argument
 /// </summary>
 /// <returns>String representation of the argument</returns>
 public override string GetStringValue()
 {
     return(ArgumentsStringifier.FinalizeAtShortestInput(Value));
 }