Class VideoPart
Assembly: Glitch9.AIDevKit.dll
Syntax
public sealed class VideoPart : ContentPart<VideoContentData>
Constructors
|
Edit this page
View Source
VideoPart()
Declaration
|
Edit this page
View Source
VideoPart(ContentType, ContentFormat, VideoContentData)
Declaration
public VideoPart(ContentType type, ContentFormat dataType, VideoContentData data)
Parameters
Methods
|
Edit this page
View Source
Url(string)
Declaration
public static VideoPart Url(string videoUrl)
Parameters
| Type |
Name |
Description |
| string |
videoUrl |
|
Returns
Extension Methods