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

com.byteplus.service.vod.model.business.DrmPsshOrBuilder 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 DrmPsshOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Business.DrmPssh)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string WidevinePssh = 1;
   * @return The widevinePssh.
   */
  java.lang.String getWidevinePssh();
  /**
   * string WidevinePssh = 1;
   * @return The bytes for widevinePssh.
   */
  com.google.protobuf.ByteString
      getWidevinePsshBytes();

  /**
   * string PlayReadyPssh = 2;
   * @return The playReadyPssh.
   */
  java.lang.String getPlayReadyPssh();
  /**
   * string PlayReadyPssh = 2;
   * @return The bytes for playReadyPssh.
   */
  com.google.protobuf.ByteString
      getPlayReadyPsshBytes();

  /**
   * string FairPlayPssh = 3;
   * @return The fairPlayPssh.
   */
  java.lang.String getFairPlayPssh();
  /**
   * string FairPlayPssh = 3;
   * @return The bytes for fairPlayPssh.
   */
  com.google.protobuf.ByteString
      getFairPlayPsshBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy