Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Haivision/srt
/ functions
Functions
2,560 in github.com/Haivision/srt
⨍
Functions
2,560
◇
Types & classes
631
Method
apiAcquire
srtcore/group.h:454
Method
apiRelease
srtcore/group.h:455
Method
applyGroupDrift
srtcore/tsbpd_time.cpp:197
Method
applyGroupTime
srtcore/tsbpd_time.cpp:174
Method
applyGroupTime
srtcore/group.h:761
Method
applyResponseSettings
srtcore/core.cpp:4935
Method
applyt
apps/socketoptions.hpp:181
Method
avgRcvPacketSize
srtcore/group.h:722
Function
avg_iir
srtcore/utilities.h:1223
Function
avg_iir_w
srtcore/utilities.h:1229
Method
backwardCompatibleCookieContest
srtcore/core.cpp:4262
Method
bake
This function, as the name states, should bake a new cookie.
srtcore/core.cpp:11500
Method
begin
srtcore/group.h:429
Method
begin
srtcore/list.h:275
Function
bind2
srtcore/api.cpp:4575
Method
bindAddress
srtcore/channel.h:164
Method
bindListener
test/test_reuseaddr.cpp:263
Method
bindSocket
test/test_reuseaddr.cpp:239
Method
bstats
srtcore/api.cpp:4453
Method
bstats
srtcore/core.cpp:7738
Method
bytes
srtcore/buffer_tools.h:81
Method
capacity
srtcore/queue.h:88
Method
capacity
srtcore/common.h:1136
Method
capacity
Return buffer capacity. One slot had to be empty in order to tell the difference between "empty buffer" and "full buffer". E.g. m_iFirstNonreadPos wou
srtcore/buffer_rcv.h:226
Method
cast
test/any.hpp:355
Function
cast_optval
srtcore/socketconfig.h:362
Method
cbegin
srtcore/utilities.h:476
Method
ceilPerMega
srtcore/window.cpp:160
Method
cend
srtcore/utilities.h:477
Method
channelSettingsMatch
srtcore/api.cpp:3140
Method
checkACKTimer
srtcore/core.cpp:11912
Method
checkApplyFilterConfig
srtcore/core.cpp:3204
Method
checkExpTimer
srtcore/core.cpp:11993
Method
checkFirstReadableOutOfOrder
srtcore/buffer_rcv.cpp:919
Method
checkLazySpawnTsbPdThread
srtcore/core.cpp:10560
Function
checkMappedIPv4
srtcore/common.h:1432
Method
checkNAKTimer
srtcore/core.cpp:11951
Method
checkRexmitRightTime
[[using locked (m_RecvAckLock)]]
srtcore/core.cpp:9705
Method
checkRexmitTimer
srtcore/core.cpp:12089
Method
checkSndKMRefresh
srtcore/core.cpp:6439
Method
checkSndTimers
srtcore/core.cpp:6415
Method
checkTransArgs
Particular controller is allowed to agree or disagree on the use of particular API.
srtcore/congctl.h:202
Method
checkTransArgs
srtcore/congctl.cpp:308
Method
checkUpdateCryptoKeyLen
srtcore/core.cpp:5206
Method
cleanup
srtcore/api.cpp:436
Method
cleanupAllSockets
srtcore/api.cpp:284
Method
cleanupAtFork
srtcore/api.cpp:424
Method
clear
srtcore/group.h:433
Method
clear
srtcore/common.h:894
Method
clear
Clear all entries in the cache, restore to initialization state. Private or else must be protected by a lock.
srtcore/cache.h:206
Method
clear
srtcore/utilities.h:378
Method
clearData
XXX REFACTOR: Make common code for CUDT constructor and clearData, possibly using CUDT::construct. Initial sequence number, loss, acknowledgement, etc
srtcore/core.cpp:1042
Method
clearFlag
srtcore/handshake.h:188
Method
clientSocket
test/test_epoll.cpp:556
Method
clientSocket
test/test_reuseaddr.cpp:144
Method
clockSubsecondPrecision
srtcore/sync_cxx11.cpp:42
Method
clone
srtcore/packet.cpp:547
Method
close
srtcore/crypto.cpp:717
Method
close
srtcore/queue.cpp:1853
Method
close
srtcore/channel.cpp:583
Method
closeAllSockets
srtcore/api.cpp:329
Method
cmpPos
@brief Compares the two positions in the receiver buffer relative to the starting position. @param pos2 a position in the receiver buffer. @param pos1
srtcore/buffer_rcv.h:266
Method
coalesce
srtcore/list.cpp:415
Method
compareCookies
srtcore/core.cpp:4243
Function
compare_exchange
@brief Performs an atomic compare-and-swap (CAS) operation. The value of the atomic object is only updated to the new value if the old value of the a
srtcore/atomic.h:202
Method
compare_exchange
srtcore/atomic_msvc.h:109
Method
compare_exchange
srtcore/atomic_msvc.h:141
Method
compare_exchange
srtcore/atomic_msvc.h:169
Method
compare_exchange
srtcore/atomic_msvc.h:220
Method
compute
srtcore/common.cpp:358
Method
configure
srtcore/packetfilter.cpp:319
Method
configureMuxer
srtcore/api.cpp:3102
Method
connect
srtcore/api.cpp:1367
Method
connectIn
srtcore/api.cpp:2003
Method
connectLinks
srtcore/api.cpp:3883
Function
connect_debug
srtcore/api.cpp:4622
Method
considerLegacySrtHandshake
srtcore/core.cpp:6363
Method
constr
srtcore/common.h:1014
Method
construct
srtcore/api.cpp:84
Method
construct
srtcore/core.cpp:390
Method
convert
srtcore/cache.cpp:106
Method
cookieContest
srtcore/core.cpp:4290
Method
copy
NOTE: size 's' must be checked against SRT_LIVE_MAX_PLSIZE before calling
srtcore/group.h:577
Method
copy
test/any.hpp:241
Function
copyBytesToBuf
@brief Copies bytes to the destination buffer. @param data pointer to data to copy. @param len the number of bytes to copy @param dst_offset offset in
srtcore/buffer_rcv.cpp:520
Method
copyGroupData
[[using locked(this->m_GroupLock)]]
srtcore/group.cpp:1967
Method
copy_internal
srtcore/packetfilter.h:92
Method
correctConfig
srtcore/packetfilter.cpp:359
Method
count
srtcore/stats.h:40
Method
count
srtcore/stats.h:69
Method
count
srtcore/sync.h:891
Method
count
srtcore/sync.h:898
Method
count
srtcore/sync.h:905
Method
countBytes
srtcore/buffer_rcv.cpp:769
Method
countReadable
srtcore/buffer_rcv.cpp:701
Method
count_microseconds
srtcore/sync_posix.cpp:174
Method
count_milliseconds
srtcore/sync_posix.cpp:179
Method
count_seconds
srtcore/sync_posix.cpp:184
Method
create
srtcore/sync_posix.cpp:456
Method
createBinder
test/test_reuseaddr.cpp:285
← previous
next →
1,501–1,600 of 2,560, ranked by callers