C# Class Zencoder.Output

显示文件 Open project: ChadBurggraf/zencoder-cs

Private Properties

Property Type Description

Public Methods

Method 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 method

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

WithAccessControls() public method

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.
return Output

WithClip() public method

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.
return Output

WithNotification() public method

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

WithNotifications() public method

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

WithThumbnails() public method

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

WithThumbnails() public method

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

WithUrl() public method

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

WithWatermark() public method

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

WithWatermarks() public method

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