Home > @rainway/web > IVideoConfig
IVideoConfig interface
A combination of a video codec and containerization format.
Signature:
export interface IVideoConfig
Properties
| Property | Type | Description |
|---|---|---|
| codec | IVideoCodec | |
| container | VideoContainer |
