- GetAcHuffmanTable
HRESULT GetAcHuffmanTable(UINT scanIndex, UINT tableIndex, DXGI_JPEG_AC_HUFFMAN_TABLE* pAcHuffmanTable)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetDcHuffmanTable
HRESULT GetDcHuffmanTable(UINT scanIndex, UINT tableIndex, DXGI_JPEG_DC_HUFFMAN_TABLE* pDcHuffmanTable)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetQuantizationTable
HRESULT GetQuantizationTable(UINT scanIndex, UINT tableIndex, DXGI_JPEG_QUANTIZATION_TABLE* pQuantizationTable)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- WriteScan
HRESULT WriteScan(UINT cbScanData, const(BYTE)* pbScanData)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.