NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
tAUDIO_CODEC_SET_BITRATE_REQ Struct Reference

Description

Definition at line 617 of file uipc_msg.h.

Public Attributes

UINT8 opcode
 
tAUDIO_CODEC_TYPE codec_type
 
union { 
 
   UINT8   sbc 
 
   UINT8   mp3 
 
   UINT32   aac 
 
codec_bitrate 
 

Member Data Documentation

◆ opcode

UINT8 tAUDIO_CODEC_SET_BITRATE_REQ::opcode

Definition at line 619 of file uipc_msg.h.

◆ codec_type

tAUDIO_CODEC_TYPE tAUDIO_CODEC_SET_BITRATE_REQ::codec_type

Definition at line 620 of file uipc_msg.h.

◆ sbc

UINT8 tAUDIO_CODEC_SET_BITRATE_REQ::sbc

Definition at line 623 of file uipc_msg.h.

◆ mp3

UINT8 tAUDIO_CODEC_SET_BITRATE_REQ::mp3

Definition at line 624 of file uipc_msg.h.

◆ aac

UINT32 tAUDIO_CODEC_SET_BITRATE_REQ::aac

Definition at line 625 of file uipc_msg.h.