public interface VodGetHlsDecryptionKeyRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAk()
加密hls的访问Key,从m3u8文件中取到
|
com.google.protobuf.ByteString |
getAkBytes()
加密hls的访问Key,从m3u8文件中取到
|
String |
getDrmAuthToken()
Drm鉴权Token
|
com.google.protobuf.ByteString |
getDrmAuthTokenBytes()
Drm鉴权Token
|
String |
getSource()
Drm鉴权数据源,从m3u8文件中取到
|
com.google.protobuf.ByteString |
getSourceBytes()
Drm鉴权数据源,从m3u8文件中取到
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDrmAuthToken()
Drm鉴权Token
string DrmAuthToken = 1;com.google.protobuf.ByteString getDrmAuthTokenBytes()
Drm鉴权Token
string DrmAuthToken = 1;String getAk()
加密hls的访问Key,从m3u8文件中取到
string Ak = 2;com.google.protobuf.ByteString getAkBytes()
加密hls的访问Key,从m3u8文件中取到
string Ak = 2;String getSource()
Drm鉴权数据源,从m3u8文件中取到
string Source = 3;com.google.protobuf.ByteString getSourceBytes()
Drm鉴权数据源,从m3u8文件中取到
string Source = 3;Copyright © 2023. All rights reserved.