Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/vidstack/player
/ useMedia
Function
useMedia
packages/vidstack/src/player/core/api/context.ts:45–47 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
43
export
const
mediaContext = createContext<MediaContext>();
44
45
export
function
useMedia(): MediaContext {
46
return
useContext(mediaContext);
47
}
Callers
15
constructor
Method · 0.90
onConnect
Method · 0.90
onAttach
Method · 0.90
onAttach
Method · 0.90
onConnect
Method · 0.90
constructor
Method · 0.90
onAttach
Method · 0.90
constructor
Method · 0.90
onAttach
Method · 0.90
constructor
Method · 0.90
onAttach
Method · 0.90
onAttach
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected