Welcome to mirror list, hosted at ThFree Co, Russian Federation.

IMediaSample3D.h « developer_info - github.com/mpc-hc/LAVFilters.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 10d76bd29b4c6bed43b72a735a15f09e2bc67c78 (plain)
1
2
3
4
5
6
7
8
9
10
11
// -----------------------------------------------------------------
// IMediaSample3D interface and data structure definitions
// -----------------------------------------------------------------

#pragma once

interface __declspec(uuid("E92D790E-BF54-43C4-B394-8CA0A41BF9EC")) IMediaSample3D : public IMediaSample2
{
  STDMETHOD(Enable3D)() = 0;
  STDMETHOD(GetPointer3D)(BYTE **ppBuffer) = 0;
};