IRTCMediaRequestEvent::ProposedMedia (Windows Embedded CE 6.0)
1/6/2010
This method gets a set of flags describing the media stream types proposed by the other party in a session.
Syntax
HRESULT get_ProposedMedia(
long* plMediaTypes
);
Parameters
- plMediaTypes
[out] Pointer to a bit flag combination of the RTCMT_ values describing the current media stream types. Windows Embedded CE does not support RTCMT_VIDEO_SEND, RTCMT_VIDEO_RECEIVE and RTCMT_T120_SENDRECV media types.
Return Value
This method can return an RTC_E_ constant. The following table shows additional return values and additional information about a specific return value.
Value | Meaning |
---|---|
E_POINTER |
The plMediaTypes parameter is not a valid pointer. |
RTC_E_INVALID_OBJECT_STATE |
The media request is not in the incoming state. |
Requirements
Header | rtccore.h, rtccore.idl |
Library | uuid.lib |
Windows Embedded CE | Windows CE .NET 4.2 and later |