Share via


IRTCParticipant3::put_SendVideoStopped (Windows Embedded CE 6.0)

1/6/2010

This method enables an application to set a value that indicates whether to stop video playback on the Participant object.

Syntax

HRESULT put_SendVideoStopped( 
    VARIANT_BOOL fStopped
);

Parameters

  • fStopped
    [in] VARIANT_BOOL that indicates whether video playback is stopped. VARIANT_TRUE indicates to stop video playback, 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::get_SendVideoStopped

Concepts

IRTCParticipant3