util.h 298 B

12345678
  1. #pragma once
  2. #include <mftransform.h>
  3. #include <bfc/platform/types.h>
  4. HRESULT GetAACCodec(IMFTransform **pDecoder);
  5. HRESULT CreateAACDecoder(IMFTransform **pDecoder, const void *asc, size_t asc_bytes);
  6. HRESULT CreateADTSDecoder(IMFTransform **pDecoder);
  7. bool AssociateFloat(IMFTransform *decoder);