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.
1/6/2010
This structure provides data that characterizes a stream.
Syntax
typedef struct _tagStreamDescriptor {
CSSTREAM_HEADER CsStreamHeader;
CS_FRAME_INFO CsFrameInfo;
} CS_STREAM_DESCRIPTOR, * PCS_STREAM_DESCRIPTOR;
Members
- CsStreamHeader
A CSSTREAM_HEADER structure that describes the data packets in the stream.
- CsFrameInfo
A CS_FRAME_INFO structure that provides additional information about the data in a stream.
Requirements
| Header | camera.h |
| Windows Embedded CE | Windows Embedded CE 6.0 and later |