Type alias TimeCodeInput

TimeCodeInput: {
    samples?: number | string;
    timeBase?: string | TimeBaseInput | TimeBase;
}

Type declaration