RTCStatsReportInternal

Undocumented in source.
@safe nothrow
struct RTCStatsReportInternal {}

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

closed
void closed(bool closed)
Undocumented in source. Be warned that the author may not have intended to support it.
closed
bool closed()
Undocumented in source. Be warned that the author may not have intended to support it.
codecStats
void codecStats(Sequence!(RTCCodecStats) codecStats)
Undocumented in source. Be warned that the author may not have intended to support it.
codecStats
auto codecStats()
Undocumented in source. Be warned that the author may not have intended to support it.
iceCandidatePairStats
void iceCandidatePairStats(Sequence!(RTCIceCandidatePairStats) iceCandidatePairStats)
Undocumented in source. Be warned that the author may not have intended to support it.
iceCandidatePairStats
auto iceCandidatePairStats()
Undocumented in source. Be warned that the author may not have intended to support it.
iceCandidateStats
void iceCandidateStats(Sequence!(RTCIceCandidateStats) iceCandidateStats)
Undocumented in source. Be warned that the author may not have intended to support it.
iceCandidateStats
auto iceCandidateStats()
Undocumented in source. Be warned that the author may not have intended to support it.
iceComponentStats
void iceComponentStats(Sequence!(RTCIceComponentStats) iceComponentStats)
Undocumented in source. Be warned that the author may not have intended to support it.
iceComponentStats
auto iceComponentStats()
Undocumented in source. Be warned that the author may not have intended to support it.
iceRestarts
void iceRestarts(uint iceRestarts)
Undocumented in source. Be warned that the author may not have intended to support it.
iceRestarts
uint iceRestarts()
Undocumented in source. Be warned that the author may not have intended to support it.
iceRollbacks
void iceRollbacks(uint iceRollbacks)
Undocumented in source. Be warned that the author may not have intended to support it.
iceRollbacks
uint iceRollbacks()
Undocumented in source. Be warned that the author may not have intended to support it.
inboundRTPStreamStats
void inboundRTPStreamStats(Sequence!(RTCInboundRTPStreamStats) inboundRTPStreamStats)
Undocumented in source. Be warned that the author may not have intended to support it.
inboundRTPStreamStats
auto inboundRTPStreamStats()
Undocumented in source. Be warned that the author may not have intended to support it.
localSdp
void localSdp(string localSdp)
Undocumented in source. Be warned that the author may not have intended to support it.
localSdp
string localSdp()
Undocumented in source. Be warned that the author may not have intended to support it.
mediaStreamStats
void mediaStreamStats(Sequence!(RTCMediaStreamStats) mediaStreamStats)
Undocumented in source. Be warned that the author may not have intended to support it.
mediaStreamStats
auto mediaStreamStats()
Undocumented in source. Be warned that the author may not have intended to support it.
mediaStreamTrackStats
void mediaStreamTrackStats(Sequence!(RTCMediaStreamTrackStats) mediaStreamTrackStats)
Undocumented in source. Be warned that the author may not have intended to support it.
mediaStreamTrackStats
auto mediaStreamTrackStats()
Undocumented in source. Be warned that the author may not have intended to support it.
offerer
void offerer(bool offerer)
Undocumented in source. Be warned that the author may not have intended to support it.
offerer
bool offerer()
Undocumented in source. Be warned that the author may not have intended to support it.
outboundRTPStreamStats
void outboundRTPStreamStats(Sequence!(RTCOutboundRTPStreamStats) outboundRTPStreamStats)
Undocumented in source. Be warned that the author may not have intended to support it.
outboundRTPStreamStats
auto outboundRTPStreamStats()
Undocumented in source. Be warned that the author may not have intended to support it.
pcid
void pcid(string pcid)
Undocumented in source. Be warned that the author may not have intended to support it.
pcid
string pcid()
Undocumented in source. Be warned that the author may not have intended to support it.
rawLocalCandidates
auto rawLocalCandidates()
Undocumented in source. Be warned that the author may not have intended to support it.
rawLocalCandidates
void rawLocalCandidates(Sequence!(string) rawLocalCandidates)
Undocumented in source. Be warned that the author may not have intended to support it.
rawRemoteCandidates
void rawRemoteCandidates(Sequence!(string) rawRemoteCandidates)
Undocumented in source. Be warned that the author may not have intended to support it.
rawRemoteCandidates
auto rawRemoteCandidates()
Undocumented in source. Be warned that the author may not have intended to support it.
remoteSdp
void remoteSdp(string remoteSdp)
Undocumented in source. Be warned that the author may not have intended to support it.
remoteSdp
string remoteSdp()
Undocumented in source. Be warned that the author may not have intended to support it.
rtpContributingSourceStats
void rtpContributingSourceStats(Sequence!(RTCRTPContributingSourceStats) rtpContributingSourceStats)
Undocumented in source. Be warned that the author may not have intended to support it.
rtpContributingSourceStats
auto rtpContributingSourceStats()
Undocumented in source. Be warned that the author may not have intended to support it.
timestamp
void timestamp(double timestamp)
Undocumented in source. Be warned that the author may not have intended to support it.
timestamp
double timestamp()
Undocumented in source. Be warned that the author may not have intended to support it.
transportStats
void transportStats(Sequence!(RTCTransportStats) transportStats)
Undocumented in source. Be warned that the author may not have intended to support it.
transportStats
auto transportStats()
Undocumented in source. Be warned that the author may not have intended to support it.
trickledIceCandidateStats
void trickledIceCandidateStats(Sequence!(RTCIceCandidateStats) trickledIceCandidateStats)
Undocumented in source. Be warned that the author may not have intended to support it.
trickledIceCandidateStats
auto trickledIceCandidateStats()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

create
auto create()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

handle
JsHandle handle;
Undocumented in source.

Meta