Share via


IRTCMediaRequestEvent::CurrentMedia (Windows CE 5.0)

Send Feedback

This method gets a set of flags describing the media types currently streamed within a session.

HRESULT get_CurrentMedia(  long* plMediaTypes);

Parameters

  • plMediaTypes
    [out] Pointer to a bit flag combination of the RTCMT_ values describing the current media stream types. Windows CE does not support the RTCMT_VIDEO_SEND, RTCMT_VIDEO_RECEIVE and RTCMT_T120_SENDRECV media types.

Return Values

This method can return an RTC_E_ constant. The following table shows an additional return value 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

OS Versions: Windows CE .NET 4.2 and later.
Header: Rtccore.h, Rtccore.idl.
Link Library: Uuid.lib.

See Also

IRTCMediaRequestEvent | RTCMT_

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.