public interface VodGetHlsDecryptionKeyResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
getIsBase64()
SecretKey是否是已经base64过后的SecretKey
bool IsBase64 = 2; |
String |
getKeyFormat()
真实的密钥格式 二进制密钥则是binary 缺省就是string
string KeyFormat = 3; |
com.google.protobuf.ByteString |
getKeyFormatBytes()
真实的密钥格式 二进制密钥则是binary 缺省就是string
string KeyFormat = 3; |
String |
getSecretKey()
Drm密钥
string SecretKey = 1; |
com.google.protobuf.ByteString |
getSecretKeyBytes()
Drm密钥
string SecretKey = 1; |
String getSecretKey()
Drm密钥
string SecretKey = 1;com.google.protobuf.ByteString getSecretKeyBytes()
Drm密钥
string SecretKey = 1;boolean getIsBase64()
SecretKey是否是已经base64过后的SecretKey
bool IsBase64 = 2;String getKeyFormat()
真实的密钥格式 二进制密钥则是binary 缺省就是string
string KeyFormat = 3;com.google.protobuf.ByteString getKeyFormatBytes()
真实的密钥格式 二进制密钥则是binary 缺省就是string
string KeyFormat = 3;Copyright © 2024. All rights reserved.