C# Класс Telestream.Cloud.SDK.TelestreamCloudService

Наследование: ServiceBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CancelEncoding ( string factoryId, string encodingId ) : Task
ChangeFactoryName ( string factoryId, string newName ) : Task
ChangeFactoryOutputsPathFormat ( string factoryId, string newOutputsPathFormat ) : Task
CreateEncoding ( string factoryId, string videoId, string profileId, string profileName ) : Task
CreateProfile ( string factoryId, VideoProfile profile ) : Task
DeleteEncoding ( string factoryId, string encodingId ) : Task
DeleteProfile ( string factoryId, string profileId ) : Task
DeleteVideo ( string factoryId, string videoId ) : Task
DeleteVideoSource ( string factoryId, string videoId ) : Task
GetEncoding ( string factoryId, string encodingId, bool screenshots = null ) : Task
GetEncodings ( string factoryId, EncodingStatus status = null, string profileId = null, string profileName = null, string videoId = null, bool screenshots = null, int page = null, int perPage = null ) : Task>
GetEncodings ( string factoryId, string videoId ) : Task>
GetFactories ( ) : Task>
GetProfile ( string factoryId, string idOrName, bool expand = null ) : Task
GetProfiles ( string factoryId, bool expand = null, int page = null, int perPage = null ) : Task>
GetVideo ( string factoryId, string videoId, bool fetchEncodings = false ) : Task
GetVideos ( string factoryId ) : Task>
Metadata ( string factoryId, string videoId ) : Task
RetryEncoding ( string factoryId, string encodingId ) : Task
StartUpload ( string factoryId, long fileSize, string fileName, CancellationToken cancelToken = default(CancellationToken) ) : Task
TelestreamCloudService ( ) : System
TelestreamCloudService ( ApiAccess apiAccess ) : System
TelestreamCloudService ( IConfigurationService configuration ) : System
UpdateProfile ( string factoryId, VideoProfile profile ) : Task

Описание методов

CancelEncoding() публичный Метод

public CancelEncoding ( string factoryId, string encodingId ) : Task
factoryId string
encodingId string
Результат Task

ChangeFactoryName() публичный Метод

public ChangeFactoryName ( string factoryId, string newName ) : Task
factoryId string
newName string
Результат Task

ChangeFactoryOutputsPathFormat() публичный Метод

public ChangeFactoryOutputsPathFormat ( string factoryId, string newOutputsPathFormat ) : Task
factoryId string
newOutputsPathFormat string
Результат Task

CreateEncoding() публичный Метод

public CreateEncoding ( string factoryId, string videoId, string profileId, string profileName ) : Task
factoryId string
videoId string
profileId string
profileName string
Результат Task

CreateProfile() публичный Метод

public CreateProfile ( string factoryId, VideoProfile profile ) : Task
factoryId string
profile Telestream.Cloud.SDK.Model.VideoProfile
Результат Task

DeleteEncoding() публичный Метод

public DeleteEncoding ( string factoryId, string encodingId ) : Task
factoryId string
encodingId string
Результат Task

DeleteProfile() публичный Метод

public DeleteProfile ( string factoryId, string profileId ) : Task
factoryId string
profileId string
Результат Task

DeleteVideo() публичный Метод

public DeleteVideo ( string factoryId, string videoId ) : Task
factoryId string
videoId string
Результат Task

DeleteVideoSource() публичный Метод

public DeleteVideoSource ( string factoryId, string videoId ) : Task
factoryId string
videoId string
Результат Task

GetEncoding() публичный Метод

public GetEncoding ( string factoryId, string encodingId, bool screenshots = null ) : Task
factoryId string
encodingId string
screenshots bool
Результат Task

GetEncodings() публичный Метод

public GetEncodings ( string factoryId, EncodingStatus status = null, string profileId = null, string profileName = null, string videoId = null, bool screenshots = null, int page = null, int perPage = null ) : Task>
factoryId string
status Telestream.Cloud.SDK.Model.EncodingStatus
profileId string
profileName string
videoId string
screenshots bool
page int
perPage int
Результат Task>

GetEncodings() публичный Метод

public GetEncodings ( string factoryId, string videoId ) : Task>
factoryId string
videoId string
Результат Task>

GetFactories() публичный Метод

public GetFactories ( ) : Task>
Результат Task>

GetProfile() публичный Метод

public GetProfile ( string factoryId, string idOrName, bool expand = null ) : Task
factoryId string
idOrName string
expand bool
Результат Task

GetProfiles() публичный Метод

public GetProfiles ( string factoryId, bool expand = null, int page = null, int perPage = null ) : Task>
factoryId string
expand bool
page int
perPage int
Результат Task>

GetVideo() публичный Метод

public GetVideo ( string factoryId, string videoId, bool fetchEncodings = false ) : Task
factoryId string
videoId string
fetchEncodings bool
Результат Task

GetVideos() публичный Метод

public GetVideos ( string factoryId ) : Task>
factoryId string
Результат Task>

Metadata() публичный Метод

public Metadata ( string factoryId, string videoId ) : Task
factoryId string
videoId string
Результат Task

RetryEncoding() публичный Метод

public RetryEncoding ( string factoryId, string encodingId ) : Task
factoryId string
encodingId string
Результат Task

StartUpload() публичный Метод

public StartUpload ( string factoryId, long fileSize, string fileName, CancellationToken cancelToken = default(CancellationToken) ) : Task
factoryId string
fileSize long
fileName string
cancelToken System.Threading.CancellationToken
Результат Task

TelestreamCloudService() публичный Метод

public TelestreamCloudService ( ) : System
Результат System

TelestreamCloudService() публичный Метод

public TelestreamCloudService ( ApiAccess apiAccess ) : System
apiAccess Telestream.Cloud.SDK.Core.ApiAccess
Результат System

TelestreamCloudService() публичный Метод

public TelestreamCloudService ( IConfigurationService configuration ) : System
configuration IConfigurationService
Результат System

UpdateProfile() публичный Метод

public UpdateProfile ( string factoryId, VideoProfile profile ) : Task
factoryId string
profile Telestream.Cloud.SDK.Model.VideoProfile
Результат Task