Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
[The feature associated with this page, DirectShow, is a legacy feature. It has been superseded by MediaPlayer, IMFMediaEngine, and Audio/Video Capture in Media Foundation. Those features have been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use MediaPlayer, IMFMediaEngine and Audio/Video Capture in Media Foundation instead of DirectShow, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]
Syntax
typedef enum __MIDL___MIDL_itf_mmstream_0000_0000_0001 {
STREAMTYPE_READ = 0,
STREAMTYPE_WRITE = 1,
STREAMTYPE_TRANSFORM = 2
} STREAM_TYPE;
Constants
STREAMTYPE_READValue: 0 Application can read the stream. |
STREAMTYPE_WRITEValue: 1 Application can write to the stream. |
STREAMTYPE_TRANSFORMValue: 2 Application reads and writes to the stream. |
Remarks
Transform streams are read/write where the sample is updated in place.
Requirements
| Requirement | Value |
|---|---|
| Header | mmstream.h |