|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectuk.co.caprica.vlcj.mrl.FileMrl
public class FileMrl
Implementation for a file MRL.
This class provides a fluent API for initialising the MRL, e.g.
String mrl = new FileMrl().file("the-file.mp4")
.value();
This will generate "file://the-file.mp4".
| Constructor Summary | |
|---|---|
FileMrl()
|
|
| Method Summary | |
|---|---|
FileMrl |
file(java.lang.String file)
|
java.lang.String |
value()
Get the media resource locator value |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FileMrl()
| Method Detail |
|---|
public FileMrl file(java.lang.String file)
file -
public java.lang.String value()
Mrl
value in interface Mrl
|
(C)2010 Caprica Software Limited | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||