Brenta Engine 1.2
Loading...
Searching...
No Matches
brenta::MiniaudioDriver::StreamSlot Struct Reference

Public Member Functions

 StreamSlot (const StreamSlot &)=delete
 
StreamSlotoperator= (const StreamSlot &)=delete
 
 StreamSlot (StreamSlot &&)=default
 
StreamSlotoperator= (StreamSlot &&)=default
 

Data Fields

MiniaudioStream handle
 
MiniaudioBuffer local_buffer
 
bool in_use = false
 
int generation
 
int sound_index
 

Detailed Description

Definition at line 67 of file miniaudio.hpp.

Field Documentation

◆ generation

int brenta::MiniaudioDriver::StreamSlot::generation

Definition at line 74 of file miniaudio.hpp.

◆ handle

MiniaudioStream brenta::MiniaudioDriver::StreamSlot::handle

Definition at line 69 of file miniaudio.hpp.

◆ in_use

bool brenta::MiniaudioDriver::StreamSlot::in_use = false

Definition at line 71 of file miniaudio.hpp.

◆ local_buffer

MiniaudioBuffer brenta::MiniaudioDriver::StreamSlot::local_buffer

Definition at line 70 of file miniaudio.hpp.

◆ sound_index

int brenta::MiniaudioDriver::StreamSlot::sound_index

Definition at line 75 of file miniaudio.hpp.


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