UNPKG

vban

Version:
9 lines (8 loc) 195 B
import { ESubProtocol } from './ESubProtocol.js'; export interface IVBANHeader { sr?: number; srIndex?: number; sp: ESubProtocol; streamName: string; frameCounter?: number; }