Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ttt
TTTAndroidClient
Commits
8d28a695
Commit
8d28a695
authored
Feb 24, 2014
by
Thomas Krex
Browse files
nach adjusting mit notify() gesetzt --> loop fährt nach setTime() fort
parent
b8b5fef4
Changes
4
Hide whitespace changes
Inline
Side-by-side
TTTCLient/bin/TTTCLient.apk
View file @
8d28a695
No preview for this file type
TTTCLient/bin/classes.dex
View file @
8d28a695
No preview for this file type
TTTCLient/bin/classes/tttclient/ttt/Recording.class
View file @
8d28a695
No preview for this file type
TTTCLient/src/tttclient/ttt/Recording.java
View file @
8d28a695
...
...
@@ -539,7 +539,7 @@ public class Recording extends MessageProducerAdapter implements Runnable {
* @param time
*/
public
void
setTime
(
int
time
)
{
a
djusting
=
true
;
setA
djusting
(
true
)
;
time
=
sync
(
time
);
...
...
@@ -553,7 +553,7 @@ public class Recording extends MessageProducerAdapter implements Runnable {
messages
.
setTime_full_frame_check
(
time
);
setAudioPlayerTime
(
time
);
graphicsContext
.
refresh
();
a
djusting
=
false
;
setA
djusting
(
false
)
;
//
// index.setCorrespondingIndex(time);
...
...
@@ -572,6 +572,12 @@ public class Recording extends MessageProducerAdapter implements Runnable {
notify
();
}
synchronized
void
setAdjusting
(
boolean
state
)
{
adjusting
=
state
;
notify
();
}
public
void
setAudioPlayerTime
(
int
time
)
{
// synchronize audio/video
if
(
audioPlayer
!=
null
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment