CastClientSetSinkToUseAsync Method |
Version 130.1.90
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.CastAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public Task<DevToolsMethodResponse> SetSinkToUseAsync(
string sinkName
)
public:
Task<DevToolsMethodResponse^>^ SetSinkToUseAsync(
String^ sinkName
)
Parameters
- sinkName String
- sinkName
Return Value
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also