PictureListEntry Class
Represents an entry in the camera's list of pictures.
Constructors:
Name | Description | |
---|---|---|
![]() | PictureListEntry() | Initializes a new instance of the PictureListEntry class. |
![]() | PictureListEntry(Byte[], Int32) | Initializes a new instance of the PictureListEntry class from buffer data. |
Properties:
Name | Description | |
---|---|---|
![]() | IsLiked | Gets or sets the star status of the picture. |
![]() | FileNumber | Gets or sets the folder number. |
![]() | FolderNumber | Gets or sets the folder number. |
![]() | LastLambda | Gets or sets the last lambda at which user focused the picture in camera. |
![]() | DateTaken | Gets or sets the date the picture was taken. The value should be in ISO 8601 format. |
![]() | FileName | Gets or sets the file name prefix. |
![]() | FolderName | Gets or sets the folder name postfix. |
![]() | Path | Gets a path to the image in camera. |
![]() | PictureID | Gets or sets the picture ID. |
![]() | Rotation | Gets or sets the picture rotation. |
Methods:
Name | Description | |
---|---|---|
![]() | ToArray() | Returns a binary representation of this entry. |
![]() | ToString() | Returns a string that represents current object. |
![]() | CopyTo(Stream) | Copies a binary representation of this entry to a Stream. |
![]() | Load(Byte[], Int32) | Populates the entry from a buffer data. |
Fields:
Name | Description | |
---|---|---|
![]() | Unknown1 | Unknown value at offset 0x18. |
![]() | Unknown2 | Unknown value at offset 0x1C. |
![]() | Unknown3 | Unknown value at offset 0x20. |
![]() | Unknown4 | Unknown value at offset 0x24. |
![]() | Unknown5 | Unknown value at offset 0x78. |
Constants:
Name | Description | |
---|---|---|
![]() | MaximumDateTakenSize | Maximum number of bytes for the DateTaken property. |
![]() | MaximumFileNameSize | Maximum number of bytes for the FileName property. |
![]() | MaximumFolderNameSize | Maximum number of bytes for the FolderName property. |
![]() | MaximumPictureIDSize | Maximum number of bytes for the PictureID property. |