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

com.volcengine.service.vod.model.business.VodGetSmartStrategyLitePlayInfoResultOrBuilder 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_smart_strategy.proto

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

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

  /**
   * 
   * 当前返回的播放流类型
   * 
* * .Volcengine.Vod.Models.Business.VodSmartStrategyResponseStreamType StreamType = 1; * @return The enum numeric value on the wire for streamType. */ int getStreamTypeValue(); /** *
   * 当前返回的播放流类型
   * 
* * .Volcengine.Vod.Models.Business.VodSmartStrategyResponseStreamType StreamType = 1; * @return The streamType. */ com.volcengine.service.vod.model.business.VodSmartStrategyResponseStreamType getStreamType(); /** *
   * 该视频在点播中的元信息状态
   * 
* * .Volcengine.Vod.Models.Business.VodSmartStrategyDataStoreStatus DataStoreStatus = 2; * @return The enum numeric value on the wire for dataStoreStatus. */ int getDataStoreStatusValue(); /** *
   * 该视频在点播中的元信息状态
   * 
* * .Volcengine.Vod.Models.Business.VodSmartStrategyDataStoreStatus DataStoreStatus = 2; * @return The dataStoreStatus. */ com.volcengine.service.vod.model.business.VodSmartStrategyDataStoreStatus getDataStoreStatus(); /** *
   * 匹配的VideoModel
   * 
* * .Volcengine.Vod.Models.Business.VodPlayInfoModel PlayInfoModel = 3; * @return Whether the playInfoModel field is set. */ boolean hasPlayInfoModel(); /** *
   * 匹配的VideoModel
   * 
* * .Volcengine.Vod.Models.Business.VodPlayInfoModel PlayInfoModel = 3; * @return The playInfoModel. */ com.volcengine.service.vod.model.business.VodPlayInfoModel getPlayInfoModel(); /** *
   * 匹配的VideoModel
   * 
* * .Volcengine.Vod.Models.Business.VodPlayInfoModel PlayInfoModel = 3; */ com.volcengine.service.vod.model.business.VodPlayInfoModelOrBuilder getPlayInfoModelOrBuilder(); /** *
   * 原始URL
   * 
* * string OriginalPlayUrl = 4; * @return The originalPlayUrl. */ java.lang.String getOriginalPlayUrl(); /** *
   * 原始URL
   * 
* * string OriginalPlayUrl = 4; * @return The bytes for originalPlayUrl. */ com.google.protobuf.ByteString getOriginalPlayUrlBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy