public class MediaFrame extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MediaFrame.Type |
| Constructor and Description |
|---|
MediaFrame() |
| Modifier and Type | Method and Description |
|---|---|
long |
getTimestamp() |
MediaFrame.Type |
getType() |
boolean |
hasFrame() |
boolean |
isKeyFrame() |
void |
setKeyFrame(boolean keyFrame) |
void |
setTimestamp(long timestamp) |
public long getTimestamp()
public void setTimestamp(long timestamp)
public boolean isKeyFrame()
public void setKeyFrame(boolean keyFrame)
public MediaFrame.Type getType()
public boolean hasFrame()
Copyright © 2013. All Rights Reserved.