Package com.google.photos.types.proto
Interface VideoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Video,Video.Builder
public interface VideoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCameraMake()Brand of the camera with which the video was taken.com.google.protobuf.ByteStringgetCameraMakeBytes()Brand of the camera with which the video was taken.java.lang.StringgetCameraModel()Model of the camera with which the video was taken.com.google.protobuf.ByteStringgetCameraModelBytes()Model of the camera with which the video was taken.doublegetFps()Frame rate of the video.VideoProcessingStatusgetStatus()Processing status of the video.intgetStatusValue()Processing status of the video.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCameraMake
java.lang.String getCameraMake()
Brand of the camera with which the video was taken.
string camera_make = 1;
-
getCameraMakeBytes
com.google.protobuf.ByteString getCameraMakeBytes()
Brand of the camera with which the video was taken.
string camera_make = 1;
-
getCameraModel
java.lang.String getCameraModel()
Model of the camera with which the video was taken.
string camera_model = 2;
-
getCameraModelBytes
com.google.protobuf.ByteString getCameraModelBytes()
Model of the camera with which the video was taken.
string camera_model = 2;
-
getFps
double getFps()
Frame rate of the video.
double fps = 3;
-
getStatusValue
int getStatusValue()
Processing status of the video.
.google.photos.types.VideoProcessingStatus status = 4;
-
getStatus
VideoProcessingStatus getStatus()
Processing status of the video.
.google.photos.types.VideoProcessingStatus status = 4;
-
-