DIRECTION
[This is preliminary documentation and subject to change.]
Used to describe the direction of the media stream, with respect to the local machine.
typedef enum
{
D_CAPTURE,
D_RENDER
} DIRECTION;
Members
-
D_CAPTURE
-
The stream is captured on the local machine, and the data is sent out to the remote end of the connection.
-
D_RENDER
-
The stream is arriving from the remote end of the connection, and can be rendered to a terminal device for the user to see/hear.