Lib
QOLを高める
Public Member Functions | Public Attributes | List of all members
yappy::sound::SoundEffect Struct Reference

#include <sound.h>

Inheritance diagram for yappy::sound::SoundEffect:
yappy::util::noncopyable

Public Member Functions

 SoundEffect ()=default
 
 ~SoundEffect ()=default
 

Public Attributes

WAVEFORMATEX format
 
file::Bytes samples
 

Detailed Description

Definition at line 45 of file sound.h.

Constructor & Destructor Documentation

yappy::sound::SoundEffect::SoundEffect ( )
default
yappy::sound::SoundEffect::~SoundEffect ( )
default

Member Data Documentation

WAVEFORMATEX yappy::sound::SoundEffect::format

Definition at line 46 of file sound.h.

file::Bytes yappy::sound::SoundEffect::samples

Definition at line 47 of file sound.h.


The documentation for this struct was generated from the following file: