Beta matching MxOmniCreateFlags (#817)

* Beta matching MxOmniCreateFlags

* Add newlines and swap order

* Add newline
This commit is contained in:
MS
2024-04-17 16:37:16 -04:00
committed by GitHub
parent e7aec124a2
commit 9c6120fc37
4 changed files with 57 additions and 79 deletions

View File

@@ -9,6 +9,7 @@
#include <windows.h>
// VTABLE: LEGO1 0x100dc218
// VTABLE: BETA10 0x101c1ca8
class MxOmniCreateParam : public MxParam {
public:
MxOmniCreateParam(
@@ -18,13 +19,16 @@ public:
MxOmniCreateFlags p_flags
);
// FUNCTION: BETA10 0x10092cb0
MxOmniCreateFlags& CreateFlags() { return this->m_createFlags; }
const MxString& GetMediaPath() const { return m_mediaPath; }
const HWND GetWindowHandle() const { return m_windowHandle; }
MxVideoParam& GetVideoParam() { return m_videoParam; }
const MxVideoParam& GetVideoParam() const { return m_videoParam; }
// SYNTHETIC: LEGO1 0x100b0a70
// SYNTHETIC: BETA10 0x10132740
// MxOmniCreateParam::`scalar deleting destructor'
private:
@@ -35,6 +39,7 @@ private:
};
// SYNTHETIC: ISLE 0x4014b0
// SYNTHETIC: BETA10 0x10132780
// MxOmniCreateParam::~MxOmniCreateParam
#endif // MXOMNICREATEPARAM_H