Method |
Description |
|
CreateJobFromTemplate ( ) : void |
|
|
CreateSmoothAsset ( ) : IAsset |
|
|
CreateSmoothAsset ( CloudMediaContext mediaContext, string filePaths, AssetCreationOptions options ) : IAsset |
|
|
CreateSmoothAsset ( string filePaths ) : IAsset |
|
|
GenerateName ( string name ) : string |
|
|
IsFinalJobState ( JobState jobState ) : bool |
|
|
SetupTest ( ) : void |
|
|
ShouldCancelJobAfterSubmission ( ) : void |
|
|
ShouldContainTaskHistoryEventsOnceJobFinished ( ) : void |
|
|
ShouldCreateJobPreset ( ) : void |
|
|
ShouldCreateJobWithMultipleAssetsAndValidateParentLinks ( ) : void |
|
|
ShouldDeleteJobInCancelledState ( ) : void |
|
|
ShouldDeleteJobInFinishedState ( ) : void |
|
|
ShouldFailJobWhenTryingAddInputAssetToOutputAssetOfTask ( ) : void |
|
|
ShouldFailJobWhenTryingAddOutputAssetFromDifferentJobToTask ( ) : void |
|
|
ShouldFinishJobCreatedFromThumbnailXml ( ) : void |
|
|
ShouldFinishJobWithErrorWithInvalidPreset ( ) : void |
|
|
ShouldFinishJobWithThumbnailPreset ( ) : void |
|
|
ShouldFinishJobWithZeroStepThumbnail ( ) : void |
|
|
ShouldGenerateMetadataFile ( ) : void |
|
|
ShouldQueryJobByStartTime ( ) : void |
|
|
ShouldReceiveNotificationsForCompeletedJob ( ) : void |
|
|
ShouldReportJobProgress ( ) : void |
|
|
ShouldSubmitAndFihishMp4ToAudioJob ( ) : void |
|
|
ShouldSubmitAndFihishMp4ToSmoothJob ( ) : void |
|
|
ShouldSubmitAndFinishChainedTasks ( ) : void |
|
|
ShouldSubmitAndFinishChainedTasksUsingParentOverload ( ) : void |
|
|
ShouldSubmitAndFinishEETaskWithStorageProtectedInputAndClearOutput ( ) : void |
|
|
ShouldSubmitAndFinishJobWhenTryingAddOutputAssetFromSameTask ( ) : void |
|
|
ShouldSubmitAndFinishJobWithMesAndMultipleTasksAndSharedOutputAsset ( ) : void |
|
|
ShouldSubmitAndFinishJobWithMultipleAssetAndVerifyOrderOfInputAssets ( ) : void |
|
|
ShouldSubmitAndFinishJobWithMultipleTasksAndSharedOutputAsset ( ) : void |
|
|
ShouldSubmitAndFinishJobWithOneTaskEmptyConfiguration ( ) : void |
|
|
ShouldSubmitAndFinishMp4ToSmoothJobWithStorageProtectedInputsAndOutputs ( ) : void |
|
|
ShouldSubmitAndFinishPlayReadyProtectedHlsJob ( ) : void |
|
|
ShouldSubmitAndFinishPlayReadyProtectionJobWithKey ( ) : void |
|
|
ShouldSubmitAndFinishPlayReadyProtectionJobWithSeed ( ) : void |
|
|
ShouldSubmitAndFinishPlayReadyProtectionJobWithStorageAndConfigurationEncryption ( ) : void |
|
|
ShouldSubmitAndFinishSmoothToHlsEncryptedJob ( ) : void |
|
|
ShouldSubmitAndFinishSmoothToHlsJob ( ) : void |
|
|
ShouldSubmitJobWhenCreatingTaskWithNoCancelNoDeleteOption ( ) : void |
|
|
ShouldThrowTryingToCreateJobWithOneTaskAndNoOutput ( ) : void |
|
|
ShouldThrowTryingToDeleteJobInProcessingState ( ) : void |
|
|
ShouldThrowTryingTocreateCreateJobWithNoTasks ( ) : void |
|
|
ShouldThrowTryingUpdateJobPriorityWhenJobIsFinished ( ) : void |
|
|
ShouldThrowTryingUpdateJobPriorityWhenJobIsProcessing ( ) : void |
|
|
ShouldUpdateJobPriorityWhenJobIsQueued ( ) : void |
|
|
TestJobWithTaskNotificationToBothAzureQueueAndWebHookEndPoint ( ) : void |
|
|
TestJobWithTaskNotificationToWebHookEndPointWithEncryption ( ) : void |
|
|
UpdatePlayReadyConfigurationXML ( Guid keyId, byte keyValue, Uri licenseAcquisitionUrl, string originalXmlConfiguration ) : string |
|
|
WaitForJobStateAndUpdatePriority ( IJob job, JobState expectedJobState, int newPriority ) : void |
Waits for expected job state and updates job priority. |
|