STREAM_StartReceiveSession_Request (Windows CE 5.0)

Send Feedback

This structure is used by IOCTL_STREAM_START_RECV_SESSION.

typedef struct {  HANDLE ssrs_LocalPlug;  HANDLE ssrs_RemotePlug;  STREAM_MediaType ssrs_MediaType;  union { struct {    ULONG ssrs_ClusterDimension;    };  };} STREAM_StartReceiveSession_Request;

Members

  • ssrs_RemotePlug
    AV/C plug handle on the remote node to which you want to connect. This must be obtained from IOCTL_STREAM_GET_REMOTE_PLUG_HANDLE. This must be an output plug. For virtual subunits that are acting on remote nodes connecting to local plugs, the value STREAM_REMOTE_PLUG may be used to represent whatever connected.
  • ssrs_LocalPlug
    AV/C plug handle on the local node. This must be obtained from IOCTL_STREAM_CREATE_LOCAL_PLUG. This must be an input plug.
  • ssrs_MediaType
    Type of isochronous data you expect to be streaming. Must be one of the elements of the STREAM_MediaType enumeration.
  • ssrs_ClusterDimension
    Cluster dimension of the data to be transmitted. Applicable only to audio media types, can be set to zero for others.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Avc_stream.h.

See Also

IOCTL_STREAM_GET_REMOTE_PLUG_HANDLE | IOCTL_STREAM_CREATE_LOCAL_PLUG | IOCTL_STREAM_START_RECV_SESSION | STREAM_MediaType

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.