Home > @rainway/web > VideoConfiguration
VideoConfiguration interface
Video configuration for getting decoding info.
Signature:
export interface VideoConfiguration
Properties
| Property | Type | Description |
|---|---|---|
| bitrate | number | |
| contentType | string | |
| framerate | number | |
| height | number | |
| width | number |
