C# 클래스 Zencoder.Output

파일 보기 프로젝트 열기: ChadBurggraf/zencoder-cs

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