Overview   Project   Class   Tree   Index 
CEF3 C++ API Docs - Version 80.1.4+g8927396+chromium-80.0.3987.149
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

(default)
Class CefMediaSink

CefBaseRefCounted
   |
   +--CefMediaSink

   in cef_media_router.h

class CefMediaSink
extends CefBaseRefCounted

Represents a sink to which media can be routed. Instances of this object are retrieved via CefMediaObserver::OnSinks. The methods of this class may be called on any browser process thread unless otherwise indicated.


Method Summary
 virtual CefString GetDescription()= 0
          Returns the description of this sink.
 virtual CefString GetId()= 0
          Returns the ID for this sink.
 virtual CefString GetName()= 0
          Returns the name of this sink.
 virtual bool IsCastSink()= 0
          Returns true if this sink accepts content via Cast.
 virtual bool IsCompatibleWith( CefRefPtr< CefMediaSource > source )= 0
          Returns true if this sink is compatible with |source|.
 virtual bool IsDialSink()= 0
          Returns true if this sink accepts content via DIAL.
 virtual bool IsValid()= 0
          Returns true if this sink is valid.
   
Methods inherited from class CefBaseRefCounted
AddRef, Release, HasOneRef, HasAtLeastOneRef
 

Method Detail

GetDescription

public virtual CefString GetDescription()= 0;
Returns the description of this sink.

GetId

public virtual CefString GetId()= 0;
Returns the ID for this sink.

GetName

public virtual CefString GetName()= 0;
Returns the name of this sink.

IsCastSink

public virtual bool IsCastSink()= 0;
Returns true if this sink accepts content via Cast.

IsCompatibleWith

public virtual bool IsCompatibleWith( CefRefPtr< CefMediaSource > source )= 0;
Returns true if this sink is compatible with |source|.

IsDialSink

public virtual bool IsDialSink()= 0;
Returns true if this sink accepts content via DIAL.

IsValid

public virtual bool IsValid()= 0;
Returns true if this sink is valid.

 Overview   Project   Class   Tree   Index 
CEF3 C++ API Docs - Version 80.1.4+g8927396+chromium-80.0.3987.149
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

Chromium Embedded Framework (CEF) Copyright © 2016 Marshall A. Greenblatt