Package | Description |
---|---|
app.library.linkflow.rtmp |
Modifier and Type | Method and Description |
---|---|
void |
RtmpClient.open(java.lang.String url,
boolean isPublishMode)
opens the rtmp url
|
boolean |
RtmpClient.pause(boolean pause) |
int |
RtmpClient.read(byte[] data,
int offset,
int size)
read data from rtmp connection
|
int |
RtmpClient.write(byte[] data)
Sends data to server
|
int |
RtmpClient.write(byte[] data,
int offset,
int size)
Sends data to server
|