| 1 |
bearsoft |
1.1 |
//------------------------------------------------------------------------------
|
| 2 |
|
|
// File: StrmIf.idl
|
| 3 |
|
|
//
|
| 4 |
|
|
// Desc: ActiveMovie interface definitions.
|
| 5 |
|
|
//
|
| 6 |
|
|
// Copyright (c) 1992 - 2000, Microsoft Corporation. All rights reserved.
|
| 7 |
|
|
//------------------------------------------------------------------------------
|
| 8 |
|
|
|
| 9 |
|
|
|
| 10 |
|
|
import "unknwn.idl";
|
| 11 |
|
|
import "objidl.idl"; // for IPersist (IFilter's root)
|
| 12 |
|
|
|
| 13 |
|
|
#include "devenum.idl"
|
| 14 |
|
|
|
| 15 |
|
|
// core interfaces
|
| 16 |
|
|
#include "axcore.idl"
|
| 17 |
|
|
|
| 18 |
|
|
// extended, ActiveMovie-only interfaces
|
| 19 |
|
|
#include "axextend.idl"
|
| 20 |
|
|
|
| 21 |
|
|
// ActiveMovie-only sample plug-in distributor interface
|
| 22 |
|
|
#include "IAMovie.idl"
|
| 23 |
|
|
|
| 24 |
|
|
// application interfaces for DVD
|
| 25 |
|
|
#include "dvdif.idl"
|
| 26 |
|
|
|
| 27 |
|
|
// Dynamic graph stuff
|
| 28 |
|
|
#include "dyngraph.idl"
|