Class VideoBlock
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class VideoBlock : ContentBlock
Properties
| Edit this page View SourceFormat
Required. The block's format.
Declaration
[JsonProperty("format")]
public string Format { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Remarks
Valid Values: mkv | mov | mp4 | webm | flv | mpeg | mpg | wmv | three_gp
Source
Required. The block's source.
Declaration
[JsonProperty("source")]
public MediaContentData Source { get; set; }
Property Value
| Type | Description |
|---|---|
| MediaContentData |