C# Class WaMedia.Common.Implementations.JobService

Inheritance: IJobService
ファイルを表示 Open project: astaykov/WaMediaWeb

Public Methods

Method 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 method

public CancelJob ( string jobId ) : void
jobId string
return void

CreateEncodeToSmoothStreamingJob() public method

public CreateEncodeToSmoothStreamingJob ( Models asset, bool decrypt = false ) : void
asset Models
decrypt bool
return void

CreateNewJob() public method

public CreateNewJob ( Models asset, string mediaEncoder, string taskPreset ) : void
asset Models
mediaEncoder string
taskPreset string
return void

CreateThumbnails() public method

public CreateThumbnails ( Models asset ) : void
asset Models
return void

DecryptAsset() public method

public DecryptAsset ( Models theAsset ) : void
theAsset Models
return void

DeleteJob() public method

public DeleteJob ( string jobId ) : void
jobId string
return void

GetMp4ToSmoothTask() public method

public GetMp4ToSmoothTask ( ) : string
return string

GetPlayReadyTask() public method

public GetPlayReadyTask ( string contentKey = "", string keyId = "", string keySeed = "XVBovsmzhP9gRIZxWfFta3VVRPzVEWmJsazEJ46I", string playReadyServerUrl ) : string
contentKey string
keyId string
keySeed string
playReadyServerUrl string
return string

GetSmoothToHlsTask() public method

public GetSmoothToHlsTask ( ) : string
return string

JobService() public method

public JobService ( IMediaService mediaService ) : System.Collections.Generic
mediaService IMediaService
return System.Collections.Generic