dscord v0.0.5 (2016-07-24T06:40:14Z)
Home
Dub
Repo
RTPHeader
dscord
voice
client
Undocumented in source.
struct
RTPHeader {
ushort
seq
;
uint
ts
;
uint
ssrc
;
this
(ushort seq, uint ts, uint ssrc);
ubyte
[]
pack
();
}
Constructors
this
this
(ushort seq, uint ts, uint ssrc)
Undocumented in source.
Members
Functions
pack
ubyte
[]
pack
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
seq
ushort
seq
;
Undocumented in source.
ssrc
uint
ssrc
;
Undocumented in source.
ts
uint
ts
;
Undocumented in source.
Meta
Source
See Implementation
dscord
voice
client
classes
UDPVoiceClient
VoiceClient
structs
RTPHeader