java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.RtmpUrl
- Enclosing class:
- TdApi
Represents an RTMP url.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Stream key.The URL. -
Constructor Summary
-
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
url
The URL. -
streamKey
Stream key. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
RtmpUrl
public RtmpUrl()Represents an RTMP url. -
RtmpUrl
Represents an RTMP url.- Parameters:
url
- String The URL.streamKey
- String Stream key.
-
RtmpUrl
Represents an RTMP url.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-