MCPcopy
hub / github.com/zmxv/react-native-sound / SoundProps

Interface SoundProps

src/index.ts:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 );
35
36interface SoundProps {
37 duration?: number;
38 numberOfChannels?: number;
39}
40
41interface SoundOptionTypes {
42 speed: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…