|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.lilik.capturemjpeg.SonyURL
public class SonyURL
This class can handle URL generation for a specific host (Sony camera).
Use the getURL()
method to obtain a valid
url string.
Constructor Summary | |
---|---|
SonyURL(String host)
Creates a SonyURL for the specified host host must be an IP or an hostname,
without http:// or any trailing slash. |
Method Summary | |
---|---|
String |
getURL()
Transforms the SonyURL object in a correct URL string |
SonyURL |
setFPS(int speed)
Sets the framerate. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SonyURL(String host)
SonyURL
for the specified host
host
must be an IP or an hostname,
without http:// or any trailing slash.
host
- the hostname or ipMethod Detail |
---|
public String getURL()
SonyURL
object in a correct URL string
public SonyURL setFPS(int speed)
speed
parameter into the url.
speed
- the framerate
this
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |