C# Class Zencoder.Output

Afficher le fichier Open project: ChadBurggraf/zencoder-cs

Private Properties

Свойство Type Description

Méthodes publiques

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

Method Details

WithAccessControl() public méthode

Appends the given S3 access control to this instance's AccessControl collection.
public WithAccessControl ( S3Access accessControl ) : Output
accessControl S3Access The access controls to append.
Résultat Output

WithAccessControls() public méthode

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.
Résultat Output

WithClip() public méthode

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.
Résultat Output

WithNotification() public méthode

Appends a Notification to this instance's Notification collection.
public WithNotification ( Zencoder.Notification notification ) : Output
notification Zencoder.Notification The notification to append.
Résultat Output

WithNotifications() public méthode

Appends a collection of Notifications to this instance's Notification collection.
public WithNotifications ( IEnumerable notifications ) : Output
notifications IEnumerable The notifications to append.
Résultat Output

WithThumbnails() public méthode

Sets this instance's Thumbnails property.
public WithThumbnails ( IEnumerable thumbnails ) : Output
thumbnails IEnumerable The thumbnails collection to set.
Résultat Output

WithThumbnails() public méthode

Sets this instance's Thumbnails property.
public WithThumbnails ( Zencoder.Thumbnails thumbnails ) : Output
thumbnails Zencoder.Thumbnails The thumbnails to set.
Résultat Output

WithUrl() public méthode

Sets the instance's Url property.
public WithUrl ( Uri url ) : Output
url System.Uri The URL to set.
Résultat Output

WithWatermark() public méthode

Appends a Watermark to this instance's Watermark collection.
public WithWatermark ( Zencoder.Watermark watermark ) : Output
watermark Zencoder.Watermark The watermark to append.
Résultat Output

WithWatermarks() public méthode

Appends a collection of Watermarks to this instance's Watermark collection.
public WithWatermarks ( IEnumerable watermarks ) : Output
watermarks IEnumerable The watermarks to append.
Résultat Output