Information about the file that you're transcoding.
Esempio n. 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);
 }
Esempio n. 3
0
 public Job WithInput(JobInput input)
 {
     this.input = input;
     return(this);
 }
 public CreateJobRequest WithInput(JobInput input)
 {
     this.input = input;
     return this;
 }