C# Class WaMedia.Common.Implementations.JobService

Inheritance: IJobService
Afficher le fichier Open project: astaykov/WaMediaWeb

Méthodes publiques

Méthode Description
CancelJob ( string jobId ) : void
CreateEncodeToSmoothStreamingJob ( Models asset, bool decrypt = false ) : void
CreateNewJob ( Models asset, string mediaEncoder, string taskPreset ) : void
CreateThumbnails ( Models asset ) : void
DecryptAsset ( Models theAsset ) : void
DeleteJob ( string jobId ) : void
GetMp4ToSmoothTask ( ) : string
GetPlayReadyTask ( string contentKey = "", string keyId = "", string keySeed = "XVBovsmzhP9gRIZxWfFta3VVRPzVEWmJsazEJ46I", string playReadyServerUrl ) : string
GetSmoothToHlsTask ( ) : string
JobService ( IMediaService mediaService ) : System.Collections.Generic

Method Details

CancelJob() public méthode

public CancelJob ( string jobId ) : void
jobId string
Résultat void

CreateEncodeToSmoothStreamingJob() public méthode

public CreateEncodeToSmoothStreamingJob ( Models asset, bool decrypt = false ) : void
asset Models
decrypt bool
Résultat void

CreateNewJob() public méthode

public CreateNewJob ( Models asset, string mediaEncoder, string taskPreset ) : void
asset Models
mediaEncoder string
taskPreset string
Résultat void

CreateThumbnails() public méthode

public CreateThumbnails ( Models asset ) : void
asset Models
Résultat void

DecryptAsset() public méthode

public DecryptAsset ( Models theAsset ) : void
theAsset Models
Résultat void

DeleteJob() public méthode

public DeleteJob ( string jobId ) : void
jobId string
Résultat void

GetMp4ToSmoothTask() public méthode

public GetMp4ToSmoothTask ( ) : string
Résultat string

GetPlayReadyTask() public méthode

public GetPlayReadyTask ( string contentKey = "", string keyId = "", string keySeed = "XVBovsmzhP9gRIZxWfFta3VVRPzVEWmJsazEJ46I", string playReadyServerUrl ) : string
contentKey string
keyId string
keySeed string
playReadyServerUrl string
Résultat string

GetSmoothToHlsTask() public méthode

public GetSmoothToHlsTask ( ) : string
Résultat string

JobService() public méthode

public JobService ( IMediaService mediaService ) : System.Collections.Generic
mediaService IMediaService
Résultat System.Collections.Generic