MCPcopy Create free account
hub / github.com/alibaba/CicadaPlayer / SetStreamTypeFlags

Method SetStreamTypeFlags

mediaPlayer/MediaPlayer.cpp:1265–1269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1263 }
1264
1265 void MediaPlayer::SetStreamTypeFlags(uint64_t flags)
1266 {
1267 GET_PLAYER_HANDLE;
1268 CicadaSetOption(handle, "streamTypes", to_string(flags).c_str());
1269 }
1270
1271 void MediaPlayer::SetIPResolveType(IpResolveType type)
1272 {

Callers 1

mainFunction · 0.80

Calls 2

CicadaSetOptionFunction · 0.85
to_stringFunction · 0.70

Tested by

no test coverage detected