All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.webrtc.RTCStatsType.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

@file:Suppress(
    "NAME_CONTAINS_ILLEGAL_CHARS",
)

package webrtc

// language=JavaScript
@JsName("""(/*union*/{candidatePair: 'candidate-pair', certificate: 'certificate', codec: 'codec', csrc: 'csrc', dataChannel: 'data-channel', inboundRtp: 'inbound-rtp', localCandidate: 'local-candidate', mediaSource: 'media-source', outboundRtp: 'outbound-rtp', peerConnection: 'peer-connection', remoteCandidate: 'remote-candidate', remoteInboundRtp: 'remote-inbound-rtp', remoteOutboundRtp: 'remote-outbound-rtp', track: 'track', transport: 'transport'}/*union*/)""")
external enum class RTCStatsType {
    candidatePair,
    certificate,
    codec,
    csrc,
    dataChannel,
    inboundRtp,
    localCandidate,
    mediaSource,
    outboundRtp,
    peerConnection,
    remoteCandidate,
    remoteInboundRtp,
    remoteOutboundRtp,
    track,
    transport,

    ;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy