C# Class Telestream.Cloud.SDK.TelestreamCloudService

Inheritance: ServiceBase
Afficher le fichier Open project: Telestream/telestream-cloud-.Net-sdk Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

CancelEncoding() public méthode

public CancelEncoding ( string factoryId, string encodingId ) : Task
factoryId string
encodingId string
Résultat Task

ChangeFactoryName() public méthode

public ChangeFactoryName ( string factoryId, string newName ) : Task
factoryId string
newName string
Résultat Task

ChangeFactoryOutputsPathFormat() public méthode

public ChangeFactoryOutputsPathFormat ( string factoryId, string newOutputsPathFormat ) : Task
factoryId string
newOutputsPathFormat string
Résultat Task

CreateEncoding() public méthode

public CreateEncoding ( string factoryId, string videoId, string profileId, string profileName ) : Task
factoryId string
videoId string
profileId string
profileName string
Résultat Task

CreateProfile() public méthode

public CreateProfile ( string factoryId, VideoProfile profile ) : Task
factoryId string
profile Telestream.Cloud.SDK.Model.VideoProfile
Résultat Task

DeleteEncoding() public méthode

public DeleteEncoding ( string factoryId, string encodingId ) : Task
factoryId string
encodingId string
Résultat Task

DeleteProfile() public méthode

public DeleteProfile ( string factoryId, string profileId ) : Task
factoryId string
profileId string
Résultat Task

DeleteVideo() public méthode

public DeleteVideo ( string factoryId, string videoId ) : Task
factoryId string
videoId string
Résultat Task

DeleteVideoSource() public méthode

public DeleteVideoSource ( string factoryId, string videoId ) : Task
factoryId string
videoId string
Résultat Task

GetEncoding() public méthode

public GetEncoding ( string factoryId, string encodingId, bool screenshots = null ) : Task
factoryId string
encodingId string
screenshots bool
Résultat Task

GetEncodings() public méthode

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
Résultat Task>

GetEncodings() public méthode

public GetEncodings ( string factoryId, string videoId ) : Task>
factoryId string
videoId string
Résultat Task>

GetFactories() public méthode

public GetFactories ( ) : Task>
Résultat Task>

GetProfile() public méthode

public GetProfile ( string factoryId, string idOrName, bool expand = null ) : Task
factoryId string
idOrName string
expand bool
Résultat Task

GetProfiles() public méthode

public GetProfiles ( string factoryId, bool expand = null, int page = null, int perPage = null ) : Task>
factoryId string
expand bool
page int
perPage int
Résultat Task>

GetVideo() public méthode

public GetVideo ( string factoryId, string videoId, bool fetchEncodings = false ) : Task
factoryId string
videoId string
fetchEncodings bool
Résultat Task

GetVideos() public méthode

public GetVideos ( string factoryId ) : Task>
factoryId string
Résultat Task>

Metadata() public méthode

public Metadata ( string factoryId, string videoId ) : Task
factoryId string
videoId string
Résultat Task

RetryEncoding() public méthode

public RetryEncoding ( string factoryId, string encodingId ) : Task
factoryId string
encodingId string
Résultat Task

StartUpload() public méthode

public StartUpload ( string factoryId, long fileSize, string fileName, CancellationToken cancelToken = default(CancellationToken) ) : Task
factoryId string
fileSize long
fileName string
cancelToken System.Threading.CancellationToken
Résultat Task

TelestreamCloudService() public méthode

public TelestreamCloudService ( ) : System
Résultat System

TelestreamCloudService() public méthode

public TelestreamCloudService ( ApiAccess apiAccess ) : System
apiAccess Telestream.Cloud.SDK.Core.ApiAccess
Résultat System

TelestreamCloudService() public méthode

public TelestreamCloudService ( IConfigurationService configuration ) : System
configuration IConfigurationService
Résultat System

UpdateProfile() public méthode

public UpdateProfile ( string factoryId, VideoProfile profile ) : Task
factoryId string
profile Telestream.Cloud.SDK.Model.VideoProfile
Résultat Task