BeginToLiveRespBodyOrBuilder.java
1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: chat.proto
package com.zhongweixian.entity;
public interface BeginToLiveRespBodyOrBuilder extends
// @@protoc_insertion_point(interface_extends:src.main.proto.BeginToLiveRespBody)
com.google.protobuf.MessageOrBuilder {
/**
* <pre>
*消息发送时间
* </pre>
*
* <code>optional int64 time = 1;</code>
*/
long getTime();
/**
* <pre>
*本次直播id
* </pre>
*
* <code>optional int64 liveid = 2;</code>
*/
long getLiveid();
/**
* <pre>
*rtmp推流地址
* </pre>
*
* <code>optional string rtmppublishurl = 3;</code>
*/
java.lang.String getRtmppublishurl();
/**
* <pre>
*rtmp推流地址
* </pre>
*
* <code>optional string rtmppublishurl = 3;</code>
*/
com.google.protobuf.ByteString
getRtmppublishurlBytes();
/**
* <pre>
*rtmp播放地址
* </pre>
*
* <code>optional string rtmpliveurl = 4;</code>
*/
java.lang.String getRtmpliveurl();
/**
* <pre>
*rtmp播放地址
* </pre>
*
* <code>optional string rtmpliveurl = 4;</code>
*/
com.google.protobuf.ByteString
getRtmpliveurlBytes();
}