All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.volcengine.service.vod.model.request.VodGetHlsDecryptionKeyRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.192
Show newest version
// 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