Click or drag to resize

CastClientSetSinkToUseAsync Method

Version 94.4.20
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: 94.4.20.0 (94.4.20.0)
Syntax
public Task<DevToolsMethodResponse> SetSinkToUseAsync(
	string sinkName
)

Parameters

sinkName
Type: SystemString
sinkName

Return Value

Type: TaskDevToolsMethodResponse
returns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also