0.0.6 • Published 3 months ago

@nadlowebagentur/capacitor-video-stream-player v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

@nadlowebagentur/capacitor-video-stream-player

Enable native video stream player

Install

npm install @nadlowebagentur/capacitor-video-stream-player
npx cap sync

API

Interface for the VSPlayer Capacitor plugin.

preload(...)

preload(options: { url: string; acquisitionURL?: string | null; cert?: string | null; }) => Promise<void>
ParamType
options{ url: string; acquisitionURL?: string | null; cert?: string | null; }

toggleVolume()

toggleVolume() => Promise<void>

play()

play() => Promise<void>

pause()

pause() => Promise<void>

close()

close() => Promise<void>

switchAudioOutput()

switchAudioOutput() => Promise<void>

resetAudio()

resetAudio() => Promise<void>

updateState()

updateState() => Promise<void>

0.0.5

3 months ago

0.0.4

3 months ago

0.0.6

3 months ago

0.0.3

3 months ago

0.0.2

3 months ago

0.0.1

8 months ago