Skip to content

fplAudioDeviceInfo Struct Reference

Finalspace edited this page May 29, 2026 · 1 revision

Stores the name and the ID of the audio device. More...

#include <final_platform_layer.h>

Data Fields

Type Name
fplAudioDeviceID id
Device ID.
bool isDefault
A value indicating whether this is a default device or not.
char name [FPL_MAX_NAME_LENGTH - 1]
Device name.

Detailed Description

Stores the name and the ID of the audio device.

Definition at line 6348 of file final_platform_layer.h.

Field Documentation

id

fplAudioDeviceID fplAudioDeviceInfo::id

Device ID.

Definition at line 6354 of file final_platform_layer.h.

isDefault

bool fplAudioDeviceInfo::isDefault

A value indicating whether this is a default device or not.

Definition at line 6352 of file final_platform_layer.h.

name

char fplAudioDeviceInfo::name[FPL_MAX_NAME_LENGTH - 1]

Device name.

Definition at line 6350 of file final_platform_layer.h.


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

Final Platform Layer

Pages

Topics

Data Structures

Clone this wiki locally