Package | Description |
---|---|
uk.co.caprica.vlcj.mrl |
Provides a set of classes implementing a fluent API for creating properly
formatted so-called "Media Resource Locators".
|
Modifier and Type | Class and Description |
---|---|
class |
FtpMrl
Implementation of an HTTP media resource locator.
|
class |
HttpMrl
Implementation of an HTTP media resource locator.
|
class |
MmsMrl
Implementation of an MMS media resource locator.
|
class |
RtspMrl
Implementation of an HTTP media resource locator.
|
Modifier and Type | Method and Description |
---|---|
UrlMrl |
UrlMrl.host(String host)
Set the host name.
|
UrlMrl |
UrlMrl.path(String path)
Set the request path.
|
UrlMrl |
UrlMrl.port(int port)
Set the port number.
|
UrlMrl |
UrlMrl.type(String type)
Set the URL type.
|
Copyright © 2009–2015 Caprica Software Limited. All rights reserved.