Unravel Engine C++ Reference
Loading...
Searching...
No Matches
unravel::audio_header_info Struct Reference

#include <asset_storage.h>

Inheritance diagram for unravel::audio_header_info:
crtp_meta_type< audio_header_info, asset_header_info >

Public Attributes

float duration {}
 
uint32_t sample_rate {}
 
uint16_t channels {}
 

Additional Inherited Members

- Public Member Functions inherited from crtp_meta_type< audio_header_info, asset_header_info >
virtual auto get_meta_type () const -> entt::meta_type
 
auto is () const -> bool
 
auto is (const entt::meta_type &type) const -> bool
 
virtual auto as_derived () -> entt::meta_any
 
- Static Public Member Functions inherited from crtp_meta_type< audio_header_info, asset_header_info >
static auto get_static_meta_type () -> entt::meta_type
 

Detailed Description

Definition at line 166 of file asset_storage.h.

Member Data Documentation

◆ channels

uint16_t unravel::audio_header_info::channels {}

Definition at line 170 of file asset_storage.h.

◆ duration

float unravel::audio_header_info::duration {}

Definition at line 168 of file asset_storage.h.

◆ sample_rate

uint32_t unravel::audio_header_info::sample_rate {}

Definition at line 169 of file asset_storage.h.


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