CastClientSetSinkToUseAsync Method  | 
Version 104.4.240 
            Sets a sink to be used when the web page requests the browser to choose a
            sink via Presentation API, Remote Playback API, or Cast SDK.
            
 
    Namespace: 
   CefSharp.DevTools.Cast
    Assembly:
   CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntaxpublic Task<DevToolsMethodResponse> SetSinkToUseAsync(
	string sinkName
)
public:
Task<DevToolsMethodResponse^>^ SetSinkToUseAsync(
	String^ sinkName
)
Parameters
- sinkName
 - Type: SystemString
sinkName 
Return Value
Type: 
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also