1
2
3 /* this ALWAYS GENERATED file contains the definitions for the interfaces */
4
5
6  /* File created by MIDL compiler version 7.00.0499 */
7 /* Compiler settings for sbe.idl:
8       Oicf, W1, Zp8, env=Win32 (32b run)
9       protocol : dce , ms_ext, c_ext, robust
10       error checks: allocation ref bounds_check enum stub_data 
11       VC __declspec() decoration level: 
12                __declspec(uuid()), __declspec(selectany), __declspec(novtable)
13                DECLSPEC_UUID(), MIDL_INTERFACE()
14 */
15 //@@MIDL_FILE_HEADING(  )
16
17 #pragma warning( disable: 4049 )  /* more than 64k source lines */
18
19
20 /* verify that the <rpcndr.h> version is high enough to compile this file*/
21 #ifndef __REQUIRED_RPCNDR_H_VERSION__
22 #define __REQUIRED_RPCNDR_H_VERSION__ 500
23 #endif
24
25 /* verify that the <rpcsal.h> version is high enough to compile this file*/
26 #ifndef __REQUIRED_RPCSAL_H_VERSION__
27 #define __REQUIRED_RPCSAL_H_VERSION__ 100
28 #endif
29
30 #include "rpc.h"
31 #include "rpcndr.h"
32
33 #ifndef __RPCNDR_H_VERSION__
34 #error this stub requires an updated version of <rpcndr.h>
35 #endif // __RPCNDR_H_VERSION__
36
37 #ifndef COM_NO_WINDOWS_H
38 #include "windows.h"
39 #include "ole2.h"
40 #endif /*COM_NO_WINDOWS_H*/
41
42 #ifndef __sbe_h__
43 #define __sbe_h__
44
45 #if defined(_MSC_VER) && (_MSC_VER >= 1020)
46 #pragma once
47 #endif
48
49 /* Forward Declarations */ 
50
51 #ifndef __IStreamBufferInitialize_FWD_DEFINED__
52 #define __IStreamBufferInitialize_FWD_DEFINED__
53 typedef interface IStreamBufferInitialize IStreamBufferInitialize;
54 #endif     /* __IStreamBufferInitialize_FWD_DEFINED__ */
55
56
57 #ifndef __IStreamBufferSink_FWD_DEFINED__
58 #define __IStreamBufferSink_FWD_DEFINED__
59 typedef interface IStreamBufferSink IStreamBufferSink;
60 #endif     /* __IStreamBufferSink_FWD_DEFINED__ */
61
62
63 #ifndef __IStreamBufferSink2_FWD_DEFINED__
64 #define __IStreamBufferSink2_FWD_DEFINED__
65 typedef interface IStreamBufferSink2 IStreamBufferSink2;
66 #endif     /* __IStreamBufferSink2_FWD_DEFINED__ */
67
68
69 #ifndef __IStreamBufferSink3_FWD_DEFINED__
70 #define __IStreamBufferSink3_FWD_DEFINED__
71 typedef interface IStreamBufferSink3 IStreamBufferSink3;
72 #endif     /* __IStreamBufferSink3_FWD_DEFINED__ */
Lines 73 ... 2306 are skipped.
2307
2308 /* interface __MIDL_itf_sbe_0000_0015 */
2309 /* [local] */ 
2310
2311 #define STREAMBUFFER_EC_BASE                                   0x0326
2312 enum {
2313       //  timehole event
2314       //          param1 = timehole stream offset ms
2315       //          param1 = timehole size ms
2316       STREAMBUFFER_EC_TIMEHOLE = STREAMBUFFER_EC_BASE,
2317       
2318       STREAMBUFFER_EC_STALE_DATA_READ,
2319       
2320       STREAMBUFFER_EC_STALE_FILE_DELETED,
2321       STREAMBUFFER_EC_CONTENT_BECOMING_STALE,
2322       STREAMBUFFER_EC_WRITE_FAILURE,
2323       //
2324       //  unexpected read failure
2325       //          param1 = HRESULT failure
2326       //          param2 = undefined
2327       STREAMBUFFER_EC_READ_FAILURE,
2328       //
2329       //  playback rate change
2330       //          param1 = old_playback_rate * 10000 e.g. 2x is 20000
2331       //          param2 = new_playback_rate * 10000
2332       STREAMBUFFER_EC_RATE_CHANGED,
2333       //
2334       //  index frame insertion notification
2335       // 
2336       STREAMBUFFER_EC_PRIMARY_AUDIO,
2337 } ;
2338
2339
2340 extern RPC_IF_HANDLE __MIDL_itf_sbe_0000_0015_v0_0_c_ifspec;
2341 extern RPC_IF_HANDLE __MIDL_itf_sbe_0000_0015_v0_0_s_ifspec;
2342
2343 /* Additional Prototypes for ALL interfaces */
2344
2345 /* end of Additional Prototypes */
2346
2347 #ifdef __cplusplus
2348 }
2349 #endif
2350
2351 #endif
2352
2353
2354
2355