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

com.byteplus.service.vod.model.business.VodAdaptiveInfoOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.1.23
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: byteplus/vod/business/vod_common.proto

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

public interface VodAdaptiveInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Business.VodAdaptiveInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * mpd主链接
   * 
* * string MainPlayUrl = 1; * @return The mainPlayUrl. */ java.lang.String getMainPlayUrl(); /** *
   * mpd主链接
   * 
* * string MainPlayUrl = 1; * @return The bytes for mainPlayUrl. */ com.google.protobuf.ByteString getMainPlayUrlBytes(); /** *
   * mpd备用链接
   * 
* * string BackupPlayUrl = 2; * @return The backupPlayUrl. */ java.lang.String getBackupPlayUrl(); /** *
   * mpd备用链接
   * 
* * string BackupPlayUrl = 2; * @return The bytes for backupPlayUrl. */ com.google.protobuf.ByteString getBackupPlayUrlBytes(); /** *
   * 动态类型segment_base-mpd,segment_template-dash
   * 
* * string AdaptiveType = 3; * @return The adaptiveType. */ java.lang.String getAdaptiveType(); /** *
   * 动态类型segment_base-mpd,segment_template-dash
   * 
* * string AdaptiveType = 3; * @return The bytes for adaptiveType. */ com.google.protobuf.ByteString getAdaptiveTypeBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy