MCPcopy
hub / github.com/remotion-dev/remotion / NewAudioProps

Interface NewAudioProps

packages/example/src/NewAudio/NewAudio.tsx:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import {Audio as NewAudio} from '@remotion/media';
2
3interface NewAudioProps {
4 src?: string;
5}
6
7export const NewAudioExample: React.FC<NewAudioProps> = ({src}) => {
8 if (!src) {

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…