public static class TdApi.RtmpUrl extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
streamKey
Stream key.
|
java.lang.String |
url
The URL.
|
| Constructor and Description |
|---|
RtmpUrl()
Represents an RTMP URL.
|
RtmpUrl(java.lang.String url,
java.lang.String streamKey)
Represents an RTMP URL.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String url
public java.lang.String streamKey
public static final int CONSTRUCTOR
public RtmpUrl()
public RtmpUrl(java.lang.String url,
java.lang.String streamKey)
url - The URL.streamKey - Stream key.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object