public interface VodPlayInfoWithLiveTimeShiftSceneOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getBackupPlayUrl()
备播放URL,可能不存在
|
com.google.protobuf.ByteString |
getBackupPlayUrlBytes()
备播放URL,可能不存在
|
String |
getMainPlayUrl()
主播放URL
|
com.google.protobuf.ByteString |
getMainPlayUrlBytes()
主播放URL
|
String |
getStoreUri()
URI
|
com.google.protobuf.ByteString |
getStoreUriBytes()
URI
|
double |
getUrlExpire()
过期DDL,Unix时间戳,单位:秒
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getStoreUri()
URI
string StoreUri = 1;
com.google.protobuf.ByteString getStoreUriBytes()
URI
string StoreUri = 1;
String getMainPlayUrl()
主播放URL
string MainPlayUrl = 2;
com.google.protobuf.ByteString getMainPlayUrlBytes()
主播放URL
string MainPlayUrl = 2;
String getBackupPlayUrl()
备播放URL,可能不存在
string BackupPlayUrl = 3;
com.google.protobuf.ByteString getBackupPlayUrlBytes()
备播放URL,可能不存在
string BackupPlayUrl = 3;
double getUrlExpire()
过期DDL,Unix时间戳,单位:秒
double UrlExpire = 4;
Copyright © 2022. All rights reserved.