3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/core/NetworkConnectionType.h"
12namespace Core {
class Path; }
19 ::ll::TypedStorage<8, 64, ::std::function<bool()>> mIsEnabled;
20 ::ll::TypedStorage<8, 64, ::std::function<::NetworkConnectionType()>> mGetNetworkConnectionType;
21 ::ll::TypedStorage<8, 64, ::std::function<void(::OnlineAudioStreamEnded)>> mOnSessionEnded;
22 ::ll::TypedStorage<8, 64, ::std::function<bool(::Core::Path
const&)>> mCanPlayOnlineAudioForFile;
23 ::ll::TypedStorage<8, 64, ::std::unordered_map<::std::string, ::StreamingMusicEntry>> mStreamingMusicTable;
24 ::ll::TypedStorage<8, 64, ::std::unordered_set<::std::string>> mAllowedEventNames;
25 ::ll::TypedStorage<4, 4, uint> mBufferSizeBytes;
26 ::ll::TypedStorage<4, 4, uint> mFetchSizeBytes;
27 ::ll::TypedStorage<4, 4, float> mPrefetchMultiplier;
33 MCAPI ~StreamingAudioExperiment();
Definition StreamingAudioExperiment.h:5
Definition OnlineAudioStreamEnded.h:5
Definition StreamingMusicEntry.h:5