/usr/include/wine/windows/wmsdkidl.idl is in wine1.6-dev 1:1.6.2-0ubuntu14.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 | /*
* Copyright 2012 André Hentschel
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
import "oaidl.idl";
import "wmsbuffer.idl";
/* import "drmexternals.idl"; */
typedef unsigned __int64 QWORD;
typedef struct _WMMediaType
{
GUID majortype;
GUID subtype;
BOOL bFixedSizeSamples;
BOOL bTemporalCompression;
ULONG lSampleSize;
GUID formattype;
IUnknown *pUnk;
ULONG cbFormat;
[size_is(cbFormat)] BYTE *pbFormat;
} WM_MEDIA_TYPE;
typedef enum WMT_ATTR_DATATYPE
{
WMT_TYPE_DWORD = 0,
WMT_TYPE_STRING = 1,
WMT_TYPE_BINARY = 2,
WMT_TYPE_BOOL = 3,
WMT_TYPE_QWORD = 4,
WMT_TYPE_WORD = 5,
WMT_TYPE_GUID = 6,
} WMT_ATTR_DATATYPE;
typedef enum WMT_STATUS
{
WMT_ERROR = 0,
WMT_OPENED = 1,
WMT_BUFFERING_START = 2,
WMT_BUFFERING_STOP = 3,
WMT_EOF = 4,
WMT_END_OF_FILE = 4,
WMT_END_OF_SEGMENT = 5,
WMT_END_OF_STREAMING = 6,
WMT_LOCATING = 7,
WMT_CONNECTING = 8,
WMT_NO_RIGHTS = 9,
WMT_MISSING_CODEC = 10,
WMT_STARTED = 11,
WMT_STOPPED = 12,
WMT_CLOSED = 13,
WMT_STRIDING = 14,
WMT_TIMER = 15,
WMT_INDEX_PROGRESS = 16,
WMT_SAVEAS_START = 17,
WMT_SAVEAS_STOP = 18,
WMT_NEW_SOURCEFLAGS = 19,
WMT_NEW_METADATA = 20,
WMT_BACKUPRESTORE_BEGIN = 21,
WMT_SOURCE_SWITCH = 22,
WMT_ACQUIRE_LICENSE = 23,
WMT_INDIVIDUALIZE = 24,
WMT_NEEDS_INDIVIDUALIZATION = 25,
WMT_NO_RIGHTS_EX = 26,
WMT_BACKUPRESTORE_END = 27,
WMT_BACKUPRESTORE_CONNECTING = 28,
WMT_BACKUPRESTORE_DISCONNECTING = 29,
WMT_ERROR_WITHURL = 30,
WMT_RESTRICTED_LICENSE = 31,
WMT_CLIENT_CONNECT = 32,
WMT_CLIENT_DISCONNECT = 33,
WMT_NATIVE_OUTPUT_PROPS_CHANGED = 34,
WMT_RECONNECT_START = 35,
WMT_RECONNECT_END = 36,
WMT_CLIENT_CONNECT_EX = 37,
WMT_CLIENT_DISCONNECT_EX = 38,
WMT_SET_FEC_SPAN = 39,
WMT_PREROLL_READY = 40,
WMT_PREROLL_COMPLETE = 41,
WMT_CLIENT_PROPERTIES = 42,
WMT_LICENSEURL_SIGNATURE_STATE = 43,
WMT_INIT_PLAYLIST_BURN = 44,
WMT_TRANSCRYPTOR_INIT = 45,
WMT_TRANSCRYPTOR_SEEKED = 46,
WMT_TRANSCRYPTOR_READ = 47,
WMT_TRANSCRYPTOR_CLOSED = 48,
WMT_PROXIMITY_RESULT = 49,
WMT_PROXIMITY_COMPLETED = 50,
WMT_CONTENT_ENABLER = 51
} WMT_STATUS;
typedef enum WMT_STREAM_SELECTION
{
WMT_OFF = 0,
WMT_CLEANPOINT_ONLY = 1,
WMT_ON = 2,
} WMT_STREAM_SELECTION;
[
object,
uuid(6d7cdc70-9888-11d3-8edc-00c04f6109cf),
pointer_default(unique),
local
]
interface IWMStatusCallback : IUnknown
{
HRESULT OnStatus(
[in] WMT_STATUS Status,
[in] HRESULT hr,
[in] WMT_ATTR_DATATYPE dwType,
[in] BYTE *pValue,
[in] void *pvContext);
};
[
object,
uuid(96406bd8-2b2b-11d3-b36b-00c04f6108ff),
pointer_default(unique),
local
]
interface IWMReaderCallback : IWMStatusCallback
{
HRESULT OnSample(
[in] DWORD dwOutputNum,
[in] QWORD cnsSampleTime,
[in] QWORD cnsSampleDuration,
[in] DWORD dwFlags,
[in] INSSBuffer *pSample,
[in] void *pvContext);
};
[
object,
uuid(96406bce-2b2b-11d3-b36b-00c04f6108ff),
pointer_default(unique),
local
]
interface IWMMediaProps : IUnknown
{
HRESULT GetType(
[out] GUID *pguidType);
HRESULT GetMediaType(
[out] WM_MEDIA_TYPE *pType,
[in, out] DWORD *pcbType);
HRESULT SetMediaType(
[in] WM_MEDIA_TYPE *pType);
};
[
object,
uuid(96406bd7-2b2b-11d3-b36b-00c04f6108ff),
pointer_default(unique),
local
]
interface IWMOutputMediaProps : IWMMediaProps
{
HRESULT GetStreamGroupName(
[out, size_is(*pcchName)] WCHAR *pwszName,
[in, out] WORD *pcchName);
HRESULT GetConnectionName(
[out, size_is(*pcchName)] WCHAR *pwszName,
[in, out] WORD *pcchName);
};
[
object,
uuid(96406bd9-2b2b-11d3-b36b-00c04f6108ff),
pointer_default(unique),
local
]
interface IWMMetadataEditor : IUnknown
{
HRESULT Open(
[in] const WCHAR *pwszFilename);
HRESULT Close();
HRESULT Flush();
};
[
object,
uuid(96406bd6-2b2b-11d3-b36b-00c04f6108ff),
pointer_default(unique),
local
]
interface IWMReader : IUnknown
{
HRESULT Open(
[in] const WCHAR *pwszURL,
[in] IWMReaderCallback *pCallback,
[in] void *pvContext);
HRESULT Close();
HRESULT GetOutputCount(
[out] DWORD *pcOutputs);
HRESULT GetOutputProps(
[in] DWORD dwOutputNum,
[out] IWMOutputMediaProps **ppOutput);
HRESULT SetOutputProps(
[in] DWORD dwOutputNum,
[in] IWMOutputMediaProps *pOutput);
HRESULT GetOutputFormatCount(
[in] DWORD dwOutputNumber,
[out] DWORD *pcFormats);
HRESULT GetOutputFormat(
[in] DWORD dwOutputNumber,
[in] DWORD dwFormatNumber,
[out] IWMOutputMediaProps** ppProps);
HRESULT Start(
[in] QWORD cnsStart,
[in] QWORD cnsDuration,
[in] float fRate,
[in] void *pvContext);
HRESULT Stop();
HRESULT Pause();
HRESULT Resume();
};
[
object,
uuid(9397f121-7705-4dc9-b049-98b698188414),
pointer_default( unique ),
local
]
interface IWMSyncReader : IUnknown
{
HRESULT Open(
[in] const WCHAR *pwszFilename);
HRESULT Close();
HRESULT SetRange(
[in] QWORD cnsStartTime,
[in] LONGLONG cnsDuration);
HRESULT SetRangeByFrame(
[in] WORD wStreamNum,
[in] QWORD qwFrameNumber,
[in] LONGLONG cFramesToRead);
HRESULT GetNextSample(
[in] WORD wStreamNum,
[out] INSSBuffer **ppSample,
[out] QWORD *pcnsSampleTime,
[out] QWORD *pcnsDuration,
[out] DWORD *pdwFlags,
[out] DWORD *pdwOutputNum,
[out] WORD *pwStreamNum);
HRESULT SetStreamsSelected(
[in] WORD cStreamCount,
[in] WORD *pwStreamNumbers,
[in] WMT_STREAM_SELECTION *pSelections);
HRESULT GetStreamSelected(
[in] WORD wStreamNum,
[out] WMT_STREAM_SELECTION *pSelection);
HRESULT SetReadStreamSamples(
[in] WORD wStreamNum,
[in] BOOL fCompressed);
HRESULT GetReadStreamSamples(
[in] WORD wStreamNum,
[out] BOOL *pfCompressed);
HRESULT GetOutputSetting(
[in] DWORD dwOutputNum,
[in] LPCWSTR pszName,
[out] WMT_ATTR_DATATYPE *pType,
[out, size_is(*pcbLength)] BYTE *pValue,
[in, out] WORD *pcbLength);
HRESULT SetOutputSetting(
[in] DWORD dwOutputNum,
[in] LPCWSTR pszName,
[in] WMT_ATTR_DATATYPE Type,
[in, size_is(cbLength)] const BYTE *pValue,
[in] WORD cbLength);
HRESULT GetOutputCount(
[out] DWORD *pcOutputs);
HRESULT GetOutputProps(
[in] DWORD dwOutputNum,
[out] IWMOutputMediaProps **ppOutput);
HRESULT SetOutputProps(
[in] DWORD dwOutputNum,
[in] IWMOutputMediaProps *pOutput);
HRESULT GetOutputFormatCount(
[in] DWORD dwOutputNum,
[out] DWORD *pcFormats);
HRESULT GetOutputFormat(
[in] DWORD dwOutputNum,
[in] DWORD dwFormatNum,
[out] IWMOutputMediaProps **ppProps);
HRESULT GetOutputNumberForStream(
[in] WORD wStreamNum,
[out] DWORD *pdwOutputNum);
HRESULT GetStreamNumberForOutput(
[in] DWORD dwOutputNum,
[out] WORD *pwStreamNum);
HRESULT GetMaxOutputSampleSize(
[in] DWORD dwOutput,
[out] DWORD *pcbMax);
HRESULT GetMaxStreamSampleSize(
[in] WORD wStream,
[out] DWORD *pcbMax);
HRESULT OpenStream(
[in] IStream *pStream);
};
|