Interface Camera.PropertyOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
Camera.Property, Camera.Property.Builder
Enclosing class:
Camera

public static interface Camera.PropertyOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Video frame format
    com.google.protobuf.ByteString
    Video frame format
    float
    Video frame rate in fps
    int
    Video resolution height in px
    int
    Video resolution width in px

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getWidthPx

      int getWidthPx()
       Video resolution width in px
       
      int32 width_px = 1 [json_name = "widthPx"];
      Returns:
      The widthPx.
    • getHeightPx

      int getHeightPx()
       Video resolution height in px
       
      int32 height_px = 2 [json_name = "heightPx"];
      Returns:
      The heightPx.
    • getFrameFormat

      String getFrameFormat()
       Video frame format
       
      string frame_format = 3 [json_name = "frameFormat"];
      Returns:
      The frameFormat.
    • getFrameFormatBytes

      com.google.protobuf.ByteString getFrameFormatBytes()
       Video frame format
       
      string frame_format = 3 [json_name = "frameFormat"];
      Returns:
      The bytes for frameFormat.
    • getFrameRate

      float getFrameRate()
       Video frame rate in fps
       
      float frame_rate = 4 [json_name = "frameRate"];
      Returns:
      The frameRate.