public interface VodGetPrivateDrmPlayAuthRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDrmType()
drm类型(不区分大小写,支持web,app;默认web)
string DrmType = 1; |
com.google.protobuf.ByteString |
getDrmTypeBytes()
drm类型(不区分大小写,支持web,app;默认web)
string DrmType = 1; |
String |
getPlayAuthIds()
播放许可id列表,以逗号分割
string PlayAuthIds = 3; |
com.google.protobuf.ByteString |
getPlayAuthIdsBytes()
播放许可id列表,以逗号分割
string PlayAuthIds = 3; |
String |
getUnionInfo()
加密唯一信息
string UnionInfo = 4; |
com.google.protobuf.ByteString |
getUnionInfoBytes()
加密唯一信息
string UnionInfo = 4; |
String |
getVid()
视频id
string Vid = 2; |
com.google.protobuf.ByteString |
getVidBytes()
视频id
string Vid = 2; |
String getDrmType()
drm类型(不区分大小写,支持web,app;默认web)
string DrmType = 1;com.google.protobuf.ByteString getDrmTypeBytes()
drm类型(不区分大小写,支持web,app;默认web)
string DrmType = 1;String getVid()
视频id
string Vid = 2;com.google.protobuf.ByteString getVidBytes()
视频id
string Vid = 2;String getPlayAuthIds()
播放许可id列表,以逗号分割
string PlayAuthIds = 3;com.google.protobuf.ByteString getPlayAuthIdsBytes()
播放许可id列表,以逗号分割
string PlayAuthIds = 3;String getUnionInfo()
加密唯一信息
string UnionInfo = 4;com.google.protobuf.ByteString getUnionInfoBytes()
加密唯一信息
string UnionInfo = 4;Copyright © 2021. All rights reserved.