Capture services: Difference between revisions
No edit summary |
No edit summary |
||
Line 88: | Line 88: | ||
= caps:u = | = caps:u = | ||
This is "nn::capsrv::sf::IAlbumApplicationService". | |||
{| class="wikitable" border="1" | |||
|- | |||
! Cmd || Name | |||
|- | |||
| 102 || GetAlbumFileListByAruid | |||
|- | |||
| 103 || DeleteAlbumFileByAruid | |||
|- | |||
| 104 || GetAlbumFileSizeByAruid | |||
|- | |||
| 110 || LoadAlbumScreenShotImageByAruid | |||
|- | |||
| 120 || LoadAlbumScreenShotThumbnailImageByAruid | |||
|- | |||
| 60002 || OpenAccessorSessionForApplication | |||
|} | |||
== IAlbumAccessorApplicationSession == | |||
This is "nn::capsrv::sf::IAlbumAccessorApplicationSession". | |||
{| class="wikitable" border="1" | |||
|- | |||
! Cmd || Name | |||
|- | |||
| 2001 || OpenAlbumMovieReadStream | |||
|- | |||
| 2002 || CloseAlbumMovieReadStream | |||
|- | |||
| 2003 || GetAlbumMovieReadStreamMovieDataSize | |||
|- | |||
| 2004 || ReadMovieDataFromAlbumMovieReadStream | |||
|- | |||
| 2005 || GetAlbumMovieReadStreamBrokenReason | |||
|} | |||
= Notes = | = Notes = | ||
capsrv is responsible for validating the MACs for screenshots stored on the SD card, if the setting capsrv!enable_album_screenshot_filedata_verification is non-zero. | capsrv is responsible for validating the MACs for screenshots stored on the SD card, if the setting capsrv!enable_album_screenshot_filedata_verification is non-zero. | ||