Share via


IRTCParticipant3::get_SendVideoStopped

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This method enables an application to retrieve a value that indicates whether video playback is stopped on the Participant object.

Syntax

HRESULT get_SendVideoStopped( 
    VARIANT_BOOL *pfStopped
);

Parameters

  • pfStopped
    [out] VARIANT_BOOL that indicates whether video playback is stopped. VARIANT_TRUE indicates that video playback is stopped, while VARIANT_FALSE indicates that video playback is not stopped.

Return Value

This method can return an RTC_E_ constant.

Requirements

Header rtccore.idl
Library uuid.lib
Windows Embedded CE Windows Embedded CE 6.0 and later

See Also

Reference

IRTCParticipant3::put_SendVideoStopped

Concepts

IRTCParticipant3