Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
| Microsoft DirectShow 9.0 | 
MSPID
- Note This API is deprecated. New applications should not use it.
 
The MSPID data type identifies the purpose of a media steam.
Syntax
typedef GUID MSPID; typedef REFGUID REFMSPID;
Remarks
MSPID is simply a typedef for GUID. The following MSPIDs are defined.
| Value | Description | 
| MSPID_PrimaryVideo | Primary video stream. | 
| MSPID_PrimaryAudio | Primary audio stream. | 
The REFMSPID type defines a reference to an MSPID.
See Also