Method | Description | |
---|---|---|
AzureMediaServicesClient ( string accountName, string accountKey ) : System | ||
CreateEncoder ( string jobName, IAsset inputAsset, string configuration, string outputAssetName ) : |
||
CreateUploader ( string assetName, string filePath ) : |
||
DeleteAsset ( string assetId ) : void | ||
GetAsset ( string assetId ) : IAsset | ||
GetAssets ( bool>.Expression |
||
GetJob ( string jobId ) : IJob | ||
GetJobsByState ( JobState state ) : IQueryable |
||
GetMediaProcessors ( ) : IQueryable |
Method | Description | |
---|---|---|
CreateContext ( ) : |
public AzureMediaServicesClient ( string accountName, string accountKey ) : System | ||
accountName | string | |
accountKey | string | |
return | System |
public CreateEncoder ( string jobName, IAsset inputAsset, string configuration, string outputAssetName ) : |
||
jobName | string | |
inputAsset | IAsset | |
configuration | string | |
outputAssetName | string | |
return |
public CreateUploader ( string assetName, string filePath ) : |
||
assetName | string | |
filePath | string | |
return |
public GetAssets ( bool>.Expression |
||
predicate | bool>.Expression | |
return | IQueryable |
public GetJobsByState ( JobState state ) : IQueryable |
||
state | JobState | |
return | IQueryable |