public interface VodGetHlsDecryptionKeyResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getIsBase64()
SecretKey是否是已经base64过后的SecretKey
|
String |
getKeyFormat()
真实的密钥格式 二进制密钥则是binary 缺省就是string
|
com.google.protobuf.ByteString |
getKeyFormatBytes()
真实的密钥格式 二进制密钥则是binary 缺省就是string
|
String |
getSecretKey()
Drm密钥
|
com.google.protobuf.ByteString |
getSecretKeyBytes()
Drm密钥
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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 © 2025. All rights reserved.