1 // -*- Mode: Java; indent-tabs-mode: t; tab-width: 4 -*-
2 // ---------------------------------------------------------------------------
4 // Copyright (C) Stephanie Gawroriski <xer@multiphasicapps.net>
5 // ---------------------------------------------------------------------------
6 // SquirrelJME is under the GNU General Public License v3+, or later.
7 // See license.mkd for licensing and copyright information.
8 // ---------------------------------------------------------------------------
10 package com
.jblend
.media
.video
;
12 import cc
.squirreljme
.runtime
.cldc
.annotation
.Api
;
13 import cc
.squirreljme
.runtime
.cldc
.debug
.Debugging
;
14 import com
.jblend
.media
.MediaData
;
15 import com
.jblend
.media
.MediaImageOperator
;
16 import com
.jblend
.media
.MediaPlayer
;
17 import com
.jblend
.media
.MediaPlayerListener
;
20 public class VideoPlayer
22 implements MediaImageOperator
27 throw Debugging
.todo();
31 public VideoPlayer(VideoData var1
)
33 throw Debugging
.todo();
37 public VideoPlayer(byte[] var1
)
39 throw Debugging
.todo();
43 public static int checkData(byte[] var0
)
45 throw Debugging
.todo();
49 public void setData(VideoData var1
)
51 throw Debugging
.todo();
55 public void setData(MediaData var1
)
57 throw Debugging
.todo();
63 throw Debugging
.todo();
69 throw Debugging
.todo();
75 throw Debugging
.todo();
79 public int getHeight()
81 throw Debugging
.todo();
85 public void setBounds(int var1
, int var2
, int var3
, int var4
)
87 throw Debugging
.todo();
91 public int getOriginX()
93 throw Debugging
.todo();
97 public int getOriginY()
99 throw Debugging
.todo();
103 public void setOrigin(int var1
, int var2
)
105 throw Debugging
.todo();
109 public int getMediaWidth()
111 throw Debugging
.todo();
115 public int getMediaHeight()
117 throw Debugging
.todo();
121 public void repaintCurrent()
123 throw Debugging
.todo();
129 throw Debugging
.todo();
133 public void play(boolean var1
)
135 throw Debugging
.todo();
139 public void play(int var1
)
141 throw Debugging
.todo();
147 throw Debugging
.todo();
153 throw Debugging
.todo();
159 throw Debugging
.todo();
163 public int getState()
165 throw Debugging
.todo();
169 public void addMediaPlayerListener(MediaPlayerListener var1
)
171 throw Debugging
.todo();
175 public void removeMediaPlayerListener(MediaPlayerListener var1
)
177 throw Debugging
.todo();