public interface CreatePullToPushTaskRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCallbackURL()
回调地址,小于2000字符
|
com.google.protobuf.ByteString |
getCallbackURLBytes()
回调地址,小于2000字符
|
int |
getCycleMode()
点播时,拉流地址的循环模式,Type=1时必选,-1:顺序循环
|
String |
getDstAddr()
推流目标地址
|
com.google.protobuf.ByteString |
getDstAddrBytes()
推流目标地址
|
long |
getEndTime()
结束时间,unix时间戳,单位s,和开始时间的跨度最大7天
|
String |
getSrcAddr()
直播拉流地址,Type=0时必填
|
com.google.protobuf.ByteString |
getSrcAddrBytes()
直播拉流地址,Type=0时必填
|
String |
getSrcAddrS(int index)
点播拉流地址,Type=1时必填
|
com.google.protobuf.ByteString |
getSrcAddrSBytes(int index)
点播拉流地址,Type=1时必填
|
int |
getSrcAddrSCount()
点播拉流地址,Type=1时必填
|
List<String> |
getSrcAddrSList()
点播拉流地址,Type=1时必填
|
long |
getStartTime()
开始时间,unix时间戳,单位s
|
String |
getTitle()
标题
|
com.google.protobuf.ByteString |
getTitleBytes()
标题
|
int |
getType()
拉流转推地址类型,0:直播,1:点播
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getTitle()
标题
string Title = 1;com.google.protobuf.ByteString getTitleBytes()
标题
string Title = 1;long getStartTime()
开始时间,unix时间戳,单位s
int64 StartTime = 2;long getEndTime()
结束时间,unix时间戳,单位s,和开始时间的跨度最大7天
int64 EndTime = 3;String getCallbackURL()
回调地址,小于2000字符
string CallbackURL = 4;com.google.protobuf.ByteString getCallbackURLBytes()
回调地址,小于2000字符
string CallbackURL = 4;int getType()
拉流转推地址类型,0:直播,1:点播
int32 Type = 5;int getCycleMode()
点播时,拉流地址的循环模式,Type=1时必选,-1:顺序循环
int32 CycleMode = 6;String getDstAddr()
推流目标地址
string DstAddr = 7;com.google.protobuf.ByteString getDstAddrBytes()
推流目标地址
string DstAddr = 7;String getSrcAddr()
直播拉流地址,Type=0时必填
string SrcAddr = 8;com.google.protobuf.ByteString getSrcAddrBytes()
直播拉流地址,Type=0时必填
string SrcAddr = 8;List<String> getSrcAddrSList()
点播拉流地址,Type=1时必填
repeated string SrcAddrS = 9;int getSrcAddrSCount()
点播拉流地址,Type=1时必填
repeated string SrcAddrS = 9;String getSrcAddrS(int index)
点播拉流地址,Type=1时必填
repeated string SrcAddrS = 9;index - The index of the element to return.com.google.protobuf.ByteString getSrcAddrSBytes(int index)
点播拉流地址,Type=1时必填
repeated string SrcAddrS = 9;index - The index of the value to return.Copyright © 2022. All rights reserved.