com.volcengine.service.vod.model.business.VodAdaptiveInfoOrBuilder 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/business/vod_common.proto
package com.volcengine.service.vod.model.business;
public interface VodAdaptiveInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.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