MCPcopy
hub / github.com/ebitengine/oto / isAudclntErr

Function isAudclntErr

api_wasapi_windows.go:69–71  ·  view source on GitHub ↗
(hresult uint32)

Source from the content-addressed store, hash-verified

67)
68
69func isAudclntErr(hresult uint32) bool {
70 return hresult&0xffff0000 == (1<<31)|(windows.FACILITY_AUDCLNT<<16)
71}
72
73func (e _AUDCLNT_ERR) Error() string {
74 switch e {

Callers 12

GetBufferSizeMethod · 0.85
GetCurrentPaddingMethod · 0.85
GetDevicePeriodMethod · 0.85
GetServiceMethod · 0.85
InitializeMethod · 0.85
IsFormatSupportedMethod · 0.85
SetClientPropertiesMethod · 0.85
SetEventHandleMethod · 0.85
StartMethod · 0.85
StopMethod · 0.85
GetBufferMethod · 0.85
ReleaseBufferMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…