LeviLamina
Loading...
Searching...
No Matches
StreamingAudioExperiment.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/NetworkConnectionType.h"
7
8// auto generated forward declare list
9// clang-format off
12namespace Core { class Path; }
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
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;
28 // NOLINTEND
29
30public:
31 // member functions
32 // NOLINTBEGIN
33 MCAPI ~StreamingAudioExperiment();
34 // NOLINTEND
35
36public:
37 // destructor thunk
38 // NOLINTBEGIN
39 MCAPI void $dtor();
40 // NOLINTEND
41};
Definition Path.h:11
Definition StreamingAudioExperiment.h:5
Definition OnlineAudioStreamEnded.h:5
Definition StreamingMusicEntry.h:5