STREAM_TYPE enumeration

Note  This API is deprecated. New applications should not use it.
 
Defines the direction of data flow for the stream.

Syntax

typedef enum __MIDL___MIDL_itf_mmstream_0000_0000_0001 {
  STREAMTYPE_READ,
  STREAMTYPE_WRITE,
  STREAMTYPE_TRANSFORM
} STREAM_TYPE;

Constants

STREAMTYPE_READ Application can read the stream.
STREAMTYPE_WRITE Application can write to the stream.
STREAMTYPE_TRANSFORM Application reads and writes to the stream.

Remarks

Transform streams are read/write where the sample is updated in place.

Requirements

   
Header mmstream.h

See also

Multimedia Streaming Enumeration Types