winamp/Src/aacdec-mft/util.h
2024-09-24 14:54:57 +02:00

8 lines
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);