com.volcengine.service.vod.model.request.VodGetHlsDecryptionKeyRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of volc-sdk-java Show documentation
Show all versions of volc-sdk-java Show documentation
The VOLC Engine SDK for Java
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: volcengine/vod/request/request_vod.proto
package com.volcengine.service.vod.model.request;
public interface VodGetHlsDecryptionKeyRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Request.VodGetHlsDecryptionKeyRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* Drm鉴权Token
*
*
* string DrmAuthToken = 1;
* @return The drmAuthToken.
*/
java.lang.String getDrmAuthToken();
/**
*
* Drm鉴权Token
*
*
* string DrmAuthToken = 1;
* @return The bytes for drmAuthToken.
*/
com.google.protobuf.ByteString
getDrmAuthTokenBytes();
/**
*
* 加密hls的访问Key,从m3u8文件中取到
*
*
* string Ak = 2;
* @return The ak.
*/
java.lang.String getAk();
/**
*
* 加密hls的访问Key,从m3u8文件中取到
*
*
* string Ak = 2;
* @return The bytes for ak.
*/
com.google.protobuf.ByteString
getAkBytes();
/**
*
* Drm鉴权数据源,从m3u8文件中取到
*
*
* string Source = 3;
* @return The source.
*/
java.lang.String getSource();
/**
*
* Drm鉴权数据源,从m3u8文件中取到
*
*
* string Source = 3;
* @return The bytes for source.
*/
com.google.protobuf.ByteString
getSourceBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy