Provides API-wide Zencoder services.
 /// <summary>
 /// Initializes a new instance of the DeleteJobRequest class.
 /// </summary>
 /// <param name="zencoder">The <see cref="Zencoder"/> service to create the request with.</param>
 public DeleteJobRequest(Zencoder zencoder)
     : base(zencoder)
 {
 }
예제 #2
0
 /// <summary>
 /// Initializes a new instance of the CreateJobRequest class.
 /// </summary>
 /// <param name="zencoder">The <see cref="Zencoder"/> service to create the request with.</param>
 public CreateJobRequest(Zencoder zencoder)
     : base(zencoder)
 {
 }
예제 #3
0
 /// <summary>
 /// Initializes a new instance of the CancelJobRequest class.
 /// </summary>
 /// <param name="zencoder">The <see cref="Zencoder"/> service to create the request with.</param>
 public CancelJobRequest(Zencoder zencoder)
     : base(zencoder)
 {
 }
예제 #4
0
 /// <summary>
 /// Initializes a new instance of the JobProgressRequest class.
 /// </summary>
 /// <param name="zencoder">The <see cref="Zencoder"/> service to create the request with.</param>
 public JobProgressRequest(Zencoder zencoder)
     : base(zencoder)
 {
 }
예제 #5
0
 /// <summary>
 /// Initializes a new instance of the Request class.
 /// </summary>
 /// <param name="zencoder">The <see cref="Zencoder"/> service to create the request with.</param>
 protected Request(Zencoder zencoder)
     : base(zencoder)
 {
 }
예제 #6
0
 /// <summary>
 /// Initializes a new instance of the JobDetailsRequest class.
 /// </summary>
 /// <param name="zencoder">The <see cref="Zencoder"/> service to create the request with.</param>
 public JobDetailsRequest(Zencoder zencoder)
     : base(zencoder)
 {
 }
예제 #7
0
 /// <summary>
 /// Initializes a new instance of the Request class.
 /// </summary>
 /// <param name="zencoder">The <see cref="Zencoder"/> service to create the request with.</param>
 protected Request(Zencoder zencoder)
     : this(zencoder.ApiKey, zencoder.BaseUrl)
 {
 }
 /// <summary>
 /// Initializes a new instance of the CreateAccountRequest class.
 /// </summary>
 /// <param name="zencoder">The <see cref="Zencoder"/> service to create the request with.</param>
 public CreateAccountRequest(Zencoder zencoder)
     : base(Guid.NewGuid().ToString(), zencoder.BaseUrl)
 {
 }
예제 #9
0
 /// <summary>
 /// Initializes a new instance of the ListJobsRequest class.
 /// </summary>
 /// <param name="zencoder">The <see cref="Zencoder"/> service to create the request with.</param>
 public ListJobsRequest(Zencoder zencoder)
     : base(zencoder)
 {
 }
 /// <summary>
 /// Initializes a new instance of the ResubmitJobRequest class.
 /// </summary>
 /// <param name="zencoder">The <see cref="Zencoder"/> service to create the request with.</param>
 public ResubmitJobRequest(Zencoder zencoder)
     : base(zencoder)
 {
 }
예제 #11
0
 /// <summary>
 /// Initializes a new instance of the AccountIntegrationModeRequest class.
 /// </summary>
 /// <param name="zencoder">The <see cref="Zencoder"/> service to create the request with.</param>
 public AccountIntegrationModeRequest(Zencoder zencoder)
     : base(zencoder)
 {
 }
예제 #12
0
 /// <summary>
 /// Initializes a new instance of the Request class.
 /// </summary>
 /// <param name="zencoder">The <see cref="Zencoder"/> service to create the request with.</param>
 protected Request(Zencoder zencoder)
     : this(zencoder.ApiKey, zencoder.BaseUrl)
 {
 }
예제 #13
0
 /// <summary>
 /// Initializes a new instance of the AccountDetailsRequest class.
 /// </summary>
 /// <param name="zencoder">The <see cref="Zencoder"/> service to create the request with.</param>
 public AccountDetailsRequest(Zencoder zencoder)
     : base(zencoder)
 {
 }
예제 #14
0
 /// <summary>
 /// Initializes a new instance of the OutputDetailsRequest class.
 /// </summary>
 /// <param name="zencoder">The <see cref="Zencoder"/> service to create the request with.</param>
 public OutputDetailsRequest(Zencoder zencoder)
     : base(zencoder)
 {
 }