mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 19:18:06 +00:00
Change the API of AndroidVideoWindowImpl class
This commit is contained in:
parent
2ce93fe5dc
commit
ee2a235302
1 changed files with 3 additions and 3 deletions
|
|
@ -14,9 +14,9 @@ public interface LinphonePlayer {
|
|||
*
|
||||
*/
|
||||
public enum State {
|
||||
closed, /**< No file is open */
|
||||
paused, /**< A file is open and playback is not running */
|
||||
playing; /**< A file is open and playback is running */
|
||||
closed, /*< No file is open */
|
||||
paused, /*< A file is open and playback is not running */
|
||||
playing; /*< A file is open and playback is running */
|
||||
|
||||
public static State fromValue(int value) {
|
||||
if(value == 0) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue