On this pageEnum AlbumTypeclass AlbumTypemethod value public int value() { return this.value; }Description: Obtains the album type.Input parameter: none.Output parameter: enumeration.ALL(0),// All types.VIDEO(1),// Video.PHOTO(2);// Photo.Relevant parameter none.