Class NexguardFileMarkerApi
Inheritance
Inherited Members
Namespace: Bitmovin.Api.Sdk.Encoding.Encodings.Streams.Watermarking.NexguardFileMarker
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class NexguardFileMarkerApi
Constructors
NexguardFileMarkerApi(IBitmovinApiClientFactory)
Declaration
public NexguardFileMarkerApi(IBitmovinApiClientFactory apiClientFactory)
Parameters
Type | Name | Description |
---|---|---|
IBitmovinApiClientFactory | apiClientFactory |
Properties
Builder
Fluent builder for creating an instance of NexguardFileMarkerApi
Declaration
public static BitmovinApiBuilder<NexguardFileMarkerApi> Builder { get; }
Property Value
Type | Description |
---|---|
BitmovinApiBuilder<NexguardFileMarkerApi> |
Customdata
Declaration
public CustomdataApi Customdata { get; }
Property Value
Type | Description |
---|---|
CustomdataApi |
Methods
CreateAsync(String, String, NexGuardFileMarker)
Add a nexguard file marker watermarking configurations
Declaration
public Task<NexGuardFileMarker> CreateAsync(string encodingId, string streamId, NexGuardFileMarker nexGuardFileMarker)
Parameters
Type | Name | Description |
---|---|---|
System.String | encodingId | Id of the encoding. (required) |
System.String | streamId | Id of the stream. (required) |
NexGuardFileMarker | nexGuardFileMarker | The nexguard file marker configurations |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<NexGuardFileMarker> |
DeleteAsync(String, String, String)
Delete nexguard file marker watermarking configurations
Declaration
public Task<BitmovinResponse> DeleteAsync(string encodingId, string streamId, string nexguardId)
Parameters
Type | Name | Description |
---|---|---|
System.String | encodingId | Id of the encoding. (required) |
System.String | streamId | Id of the stream. (required) |
System.String | nexguardId | Id of the nexguard file marker watermarking configurations (required) |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<BitmovinResponse> |
GetAsync(String, String, String)
Nexguard file marker watermarking configurations details
Declaration
public Task<NexGuardFileMarker> GetAsync(string encodingId, string streamId, string nexguardId)
Parameters
Type | Name | Description |
---|---|---|
System.String | encodingId | Id of the encoding. (required) |
System.String | streamId | Id of the stream. (required) |
System.String | nexguardId | Id of the nexguard file marker watermarking configurations. (required) |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<NexGuardFileMarker> |
ListAsync(String, String, Func<NexguardFileMarkerApi.ListQueryParams, NexguardFileMarkerApi.ListQueryParams>[])
List nexguard file marker watermarking configurations
Declaration
public Task<PaginationResponse<NexGuardFileMarker>> ListAsync(string encodingId, string streamId, params Func<NexguardFileMarkerApi.ListQueryParams, NexguardFileMarkerApi.ListQueryParams>[] queryParams)
Parameters
Type | Name | Description |
---|---|---|
System.String | encodingId | Id of the encoding. (required) |
System.String | streamId | Id of the stream. (required) |
System.Func<NexguardFileMarkerApi.ListQueryParams, NexguardFileMarkerApi.ListQueryParams>[] | queryParams | The query parameters for sorting, filtering and paging options (optional) |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<PaginationResponse<NexGuardFileMarker>> |