public final class EncodedVideo extends java.lang.Object implements IEncodedResource
| Constructor and Description |
|---|
EncodedVideo(java.lang.String filename,
IEncodedResource encodedSound) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
java.lang.String |
getFilename()
Returns the filename of the encoded resource.
|
byte[] |
readBytes()
Reads and returns the encoded bytes representing the resource.
|
public EncodedVideo(java.lang.String filename,
IEncodedResource encodedSound)
public void dispose()
dispose in interface com.badlogic.gdx.utils.Disposablepublic java.lang.String getFilename()
public byte[] readBytes()
throws java.io.IOException
IEncodedResourcereadBytes in interface IEncodedResourcejava.io.IOException - If an I/O error occurs while trying to read the encoded data.