OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
OcMp3Lib.h
Go to the documentation of this file.
1
15#ifndef OC_MP3_LIB_H
16#define OC_MP3_LIB_H
17
18#include <Protocol/AudioIo.h>
19
36EFI_STATUS
38 IN CONST VOID *InBuffer,
39 IN UINT32 InBufferSize,
40 OUT VOID **OutBuffer,
41 OUT UINT32 *OutBufferSize,
42 OUT EFI_AUDIO_IO_PROTOCOL_FREQ *Frequency,
44 OUT UINT8 *Channels
45 );
46
47#endif // OC_MP3_LIB_H
EFI_AUDIO_IO_PROTOCOL_FREQ
Definition AudioIo.h:104
EFI_AUDIO_IO_PROTOCOL_BITS
Definition AudioIo.h:93
EFI_STATUS OcDecodeMp3(IN CONST VOID *InBuffer, IN UINT32 InBufferSize, OUT VOID **OutBuffer, OUT UINT32 *OutBufferSize, OUT EFI_AUDIO_IO_PROTOCOL_FREQ *Frequency, OUT EFI_AUDIO_IO_PROTOCOL_BITS *Bits, OUT UINT8 *Channels)
Definition OcMp3Lib.c:89