Class VBANServicePacket

Hierarchy (view full)

Constructors

Properties

frameCounter: number

frameCounter allow checking if you receive frame in order, and without losing them

isReply: boolean = false

answer is a reply to another request

service: EServiceType

Sub Type of the service packet EServiceType

serviceFunction: EServiceFunction

current function for this function

sr: number = 0

not used .

streamName: string

the name of the current stream . Voicemeeter rely on it to allow a packet or not

subProtocol: ESubProtocol = VBANServicePacket.subProtocol

the subProtocol of this packet ESubProtocol

frameCounters: Map<string, number> = ...
subProtocol: ESubProtocol = ESubProtocol.SERVICE

Methods