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

com.volcengine.service.vod.model.business.VodGetPrivateDrmPlayAuthResultOrBuilder 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/business/vod_play.proto

package com.volcengine.service.vod.model.business;

public interface VodGetPrivateDrmPlayAuthResultOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Business.VodGetPrivateDrmPlayAuthResult)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * 播放许可信息列表
   * 
* * repeated .Volcengine.Vod.Models.Business.VodPrivateDrmPlayAuthInfo PlayAuthInfoList = 1; */ java.util.List getPlayAuthInfoListList(); /** *
   * 播放许可信息列表
   * 
* * repeated .Volcengine.Vod.Models.Business.VodPrivateDrmPlayAuthInfo PlayAuthInfoList = 1; */ com.volcengine.service.vod.model.business.VodPrivateDrmPlayAuthInfo getPlayAuthInfoList(int index); /** *
   * 播放许可信息列表
   * 
* * repeated .Volcengine.Vod.Models.Business.VodPrivateDrmPlayAuthInfo PlayAuthInfoList = 1; */ int getPlayAuthInfoListCount(); /** *
   * 播放许可信息列表
   * 
* * repeated .Volcengine.Vod.Models.Business.VodPrivateDrmPlayAuthInfo PlayAuthInfoList = 1; */ java.util.List getPlayAuthInfoListOrBuilderList(); /** *
   * 播放许可信息列表
   * 
* * repeated .Volcengine.Vod.Models.Business.VodPrivateDrmPlayAuthInfo PlayAuthInfoList = 1; */ com.volcengine.service.vod.model.business.VodPrivateDrmPlayAuthInfoOrBuilder getPlayAuthInfoListOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy