UNPKG
vban
Version:
latest (1.5.6)
1.5.6
1.5.1
1.5.0
1.4.1
1.4.0
1.3.14
1.3.0
1.2.5
1.2.3
1.2.2
1.1.1
1.1.0
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
0.0.5
Node VBAN implementation
github.com/thib3113/vban
thib3113/vban
vban
/
lib
/
types
/
packets
/
IVBANHeader.d.ts
9 lines
(8 loc)
•
194 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
ESubProtocol
}
from
'./ESubProtocol.js'
;
export
interface
IVBANHeader
{
sr
:
number
;
srIndex
?:
number
;
sp
:
ESubProtocol
;
streamName
:
string
;
frameCounter
?:
number
; }