Information about the file that you're transcoding.
示例#1
0
 /// <summary>
 /// Sets the Input property
 /// </summary>
 /// <param name="input">The value to set for the Input property </param>
 /// <returns>this instance</returns>
 public Job WithInput(JobInput input)
 {
     this.input = input;
     return this;
 }
 public CreateJobRequest WithInput(JobInput input)
 {
     this.input = input;
     return(this);
 }
示例#3
0
 public Job WithInput(JobInput input)
 {
     this.input = input;
     return(this);
 }
 public CreateJobRequest WithInput(JobInput input)
 {
     this.input = input;
     return this;
 }