Questions tagged [replay]
124 questions
0
votes
1 answer
Replay audio from in-memory source
I have some audio data (raw uncompressed audio waveform, no file format) in memory and want to replay it. Android-internal Mediaplayer seems to support only replaying of files stored somewhere on disk, I could not find a setDataSource()-method that…

Elmi
- 5,899
- 15
- 72
- 143
0
votes
3 answers
Start jquery animation again after it completes
I am new to JQuery and currently not in a position to solve this issue. I have created a small piece of animation on clicking a link. However, the animation won't replay, when I click the link again. I need to refresh the page in-order to make it…

Gops
- 687
- 2
- 7
- 20
-1
votes
1 answer
Oracle Application Continuity - Not Able to get Replay DataSouce
I am not able to get the replayable datasource (Code is attached below).
PoolDataSource pds = PoolDataSourceFactory.getPoolDataSource();
…

learner
- 906
- 2
- 10
- 39
-1
votes
1 answer
Make a replay file with java
I am coding a very simple RTS in java and here is my problem, I need to code a replay file which save every actions made by the player and must be able to be read to watch a game (Only the actions need to be saved, the mouse movement are not…

Jordan Repovy
- 152
- 1
- 11