Home
last modified time | relevance | path

Searched defs:dataChannels (Results 1 – 5 of 5) sorted by relevance

/dports/net-im/jitsi-videobridge/jitsi-videobridge-dbddd16/src/main/java/org/jitsi/videobridge/datachannel/
H A DDataChannelStack.java38 private final Map<Integer, DataChannel> dataChannels = new HashMap<>(); field in DataChannelStack
/dports/java/berkeley-db/je-6.2.31/test/com/sleepycat/je/rep/util/
H A DServiceDispatcherTest.java164 DataChannel dataChannels[] = new DataChannel[numServices]; in verifyServices() local
/dports/devel/mutagen/mutagen-0.11.8/vendor/github.com/pion/webrtc/v2/
H A Dsctptransport.go46 dataChannels []*DataChannel member
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/pion/webrtc/v3/
H A Dsctptransport.go49 dataChannels []*DataChannel member
/dports/devel/love/love-11.3/src/modules/audio/openal/
H A DSource.cpp784 …ol Source::queue(void *data, size_t length, int dataSampleRate, int dataBitDepth, int dataChannels) in queue()