|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Objectcom.wowza.wms.stream.FastPlaySettings
public class FastPlaySettings
FastPlaySettings: data container for fast play settings
| Constructor Summary | |
|---|---|
FastPlaySettings()
Create empty object |
|
FastPlaySettings(double multiplier,
int fps,
int direction)
Create object |
|
| Method Summary | |
|---|---|
int |
getDirection()
Get direction (1 forward, -1 reverse) |
int |
getFps()
Get frames per second |
double |
getMultiplier()
Get speed of fast play |
long |
getStartTC()
Get the timecode (milliseconds) where this fast play started |
long |
getStartTCOffset()
Get the timecode (milliseconds) where this fast play started (not sure why we have both values) |
void |
setDirection(int direction)
Set direction (1 forward, -1 reverse) |
void |
setFps(int fps)
Set frames per second |
void |
setMultiplier(double multiplier)
Set speed of fast play |
void |
setStartTC(long startTC)
Set the timecode (milliseconds) where this fast play started |
void |
setStartTCOffset(long startTCOffset)
Set the timecode (milliseconds) where this fast play started (not sure why we have both values) |
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FastPlaySettings()
public FastPlaySettings(double multiplier,
int fps,
int direction)
multiplier - speedfps - frames per seconddirection - direction (1 forward, -1 reverse)| Method Detail |
|---|
public int getDirection()
public int getFps()
public double getMultiplier()
public long getStartTC()
public long getStartTCOffset()
public void setDirection(int direction)
direction - direction (1 forward, -1 reverse)public void setFps(int fps)
fps - frames per secondpublic void setMultiplier(double multiplier)
multiplier - speed of fast playpublic void setStartTC(long startTC)
startTC - timecode of start of fast play (milliseconds)public void setStartTCOffset(long startTCOffset)
startTCOffset - timecode of start of fast play (milliseconds)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||