mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-09-24 15:54:12 +00:00
8 lines
No EOL
298 B
C
8 lines
No EOL
298 B
C
#pragma once
|
|
#include <mftransform.h>
|
|
#include <bfc/platform/types.h>
|
|
|
|
HRESULT GetAACCodec(IMFTransform **pDecoder);
|
|
HRESULT CreateAACDecoder(IMFTransform **pDecoder, const void *asc, size_t asc_bytes);
|
|
HRESULT CreateADTSDecoder(IMFTransform **pDecoder);
|
|
bool AssociateFloat(IMFTransform *decoder); |