C# 클래스 WaMedia.Common.Implementations.JobService

상속: IJobService
파일 보기 프로젝트 열기: astaykov/WaMediaWeb

공개 메소드들

메소드 설명
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

메소드 상세

CancelJob() 공개 메소드

public CancelJob ( string jobId ) : void
jobId string
리턴 void

CreateEncodeToSmoothStreamingJob() 공개 메소드

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

CreateNewJob() 공개 메소드

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

CreateThumbnails() 공개 메소드

public CreateThumbnails ( Models asset ) : void
asset Models
리턴 void

DecryptAsset() 공개 메소드

public DecryptAsset ( Models theAsset ) : void
theAsset Models
리턴 void

DeleteJob() 공개 메소드

public DeleteJob ( string jobId ) : void
jobId string
리턴 void

GetMp4ToSmoothTask() 공개 메소드

public GetMp4ToSmoothTask ( ) : string
리턴 string

GetPlayReadyTask() 공개 메소드

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

GetSmoothToHlsTask() 공개 메소드

public GetSmoothToHlsTask ( ) : string
리턴 string

JobService() 공개 메소드

public JobService ( IMediaService mediaService ) : System.Collections.Generic
mediaService IMediaService
리턴 System.Collections.Generic