18 ::ll::TypedStorage<4, 8, ::std::optional<float>> mVolume;
19 ::ll::TypedStorage<4, 8, ::std::optional<float>> mFade;
20 ::ll::TypedStorage<1, 2, ::std::optional<bool>> mLoop;
26 MCAPI ::std::optional<::Scripting::PropertyOutOfBoundsError> validate()
const;
32 MCAPI static ::Scripting::ClassBinding bindV010();
34 MCAPI static ::Scripting::InterfaceBinding bindV1();
40 MCAPI
static float const& FADE_DEFAULT();
42 MCAPI
static float const& FADE_MIN();
44 MCAPI
static bool const& LOOP_DEFAULT();
46 MCAPI
static float const& VOLUME_DEFAULT();
48 MCAPI
static float const& VOLUME_MIN();