Constructors
constructor
- new Video(options?): Video
Properties
Optional
duration
duration?: number
Optional
format
format?: string
Optional
resolution
resolution?: string
Methods
getUrl
- getUrl(): undefined | string
Returns undefined | string
getDuration
- getDuration(): undefined | number
Returns undefined | number
getFormat
- getFormat(): undefined | string
Returns undefined | string
getResolution
- getResolution(): undefined | string
Returns undefined | string