C# Класс Zencoder.Output

Показать файл Открыть проект

Private Properties

Свойство Тип Описание

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

Метод Описание
WithAccessControl ( S3Access accessControl ) : Output

Appends the given S3 access control to this instance's AccessControl collection.

WithAccessControls ( IEnumerable accessControls ) : Output

Appends the given collection S3 access controls to this instance's AccessControl collection.

WithClip ( System.TimeSpan startClip, System.TimeSpan clipLength ) : Output

Sets this instance's clipping (StartClip and ClipLength) properties.

WithNotification ( Zencoder.Notification notification ) : Output

Appends a Notification to this instance's Notification collection.

WithNotifications ( IEnumerable notifications ) : Output

Appends a collection of Notifications to this instance's Notification collection.

WithThumbnails ( IEnumerable thumbnails ) : Output

Sets this instance's Thumbnails property.

WithThumbnails ( Zencoder.Thumbnails thumbnails ) : Output

Sets this instance's Thumbnails property.

WithUrl ( Uri url ) : Output

Sets the instance's Url property.

WithWatermark ( Zencoder.Watermark watermark ) : Output

Appends a Watermark to this instance's Watermark collection.

WithWatermarks ( IEnumerable watermarks ) : Output

Appends a collection of Watermarks to this instance's Watermark collection.

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

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

Appends the given S3 access control to this instance's AccessControl collection.
public WithAccessControl ( S3Access accessControl ) : Output
accessControl S3Access The access controls to append.
Результат Output

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

Appends the given collection S3 access controls to this instance's AccessControl collection.
public WithAccessControls ( IEnumerable accessControls ) : Output
accessControls IEnumerable The access controls to append.
Результат Output

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

Sets this instance's clipping (StartClip and ClipLength) properties.
public WithClip ( System.TimeSpan startClip, System.TimeSpan clipLength ) : Output
startClip System.TimeSpan The start clip to set.
clipLength System.TimeSpan The clip length to set.
Результат Output

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

Appends a Notification to this instance's Notification collection.
public WithNotification ( Zencoder.Notification notification ) : Output
notification Zencoder.Notification The notification to append.
Результат Output

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

Appends a collection of Notifications to this instance's Notification collection.
public WithNotifications ( IEnumerable notifications ) : Output
notifications IEnumerable The notifications to append.
Результат Output

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

Sets this instance's Thumbnails property.
public WithThumbnails ( IEnumerable thumbnails ) : Output
thumbnails IEnumerable The thumbnails collection to set.
Результат Output

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

Sets this instance's Thumbnails property.
public WithThumbnails ( Zencoder.Thumbnails thumbnails ) : Output
thumbnails Zencoder.Thumbnails The thumbnails to set.
Результат Output

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

Sets the instance's Url property.
public WithUrl ( Uri url ) : Output
url System.Uri The URL to set.
Результат Output

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

Appends a Watermark to this instance's Watermark collection.
public WithWatermark ( Zencoder.Watermark watermark ) : Output
watermark Zencoder.Watermark The watermark to append.
Результат Output

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

Appends a collection of Watermarks to this instance's Watermark collection.
public WithWatermarks ( IEnumerable watermarks ) : Output
watermarks IEnumerable The watermarks to append.
Результат Output