\Google\Photos\Library\V1\MediaTypeFilterMediaType

The set of media types that can be searched for.

Protobuf type google.photos.library.v1.MediaTypeFilter.MediaType

Summary

Methods
Properties
Constants
No public methods found
No public properties found
ALL_MEDIA
VIDEO
PHOTO
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Constants

ALL_MEDIA

ALL_MEDIA

Treated as if no filters are applied. All media types are included.

Generated from protobuf enum ALL_MEDIA = 0;

VIDEO

VIDEO

All media items that are considered videos.

This also includes movies the user has created using the Google Photos app.

Generated from protobuf enum VIDEO = 1;

PHOTO

PHOTO

All media items that are considered photos. This includes .bmp, .gif,

.ico, .jpg (and other spellings), .tiff, .webp and special photo types such as iOS live photos, Android motion photos, panoramas, photospheres.

Generated from protobuf enum PHOTO = 2;