Interface Stream.ResolutionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
Stream.Resolution, Stream.Resolution.Builder
Enclosing class:
Stream

public static interface Stream.ResolutionOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    int32 height = 2 [json_name = "height"];
    int
    int32 width = 1 [json_name = "width"];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getWidth

      int getWidth()
      int32 width = 1 [json_name = "width"];
      Returns:
      The width.
    • getHeight

      int getHeight()
      int32 height = 2 [json_name = "height"];
      Returns:
      The height.