Skip to content
Snippets Groups Projects
Commit 623f8082 authored by Kateryna Kostiuk's avatar Kateryna Kostiuk
Browse files

media player: initial implementation

This patch adds API for manage video player.
During player initialization it opens file, initialize video
and audio input, starts audio stream if needed.
Initial player state is paused.
It is up to client unpause player, get first frame and pause again
to get image for preview.
Current player functionality is
- play/pause
- seeking
- mute audio

Change-Id: I8cba50e1ab424d5acde9c38214af2cfe51064607
parent 0d604652
No related branches found
No related tags found
No related merge requests found
Showing with 954 additions and 15 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment