nn::phtsel::CTR::PhtselInput Structurestruct PhtselInput
Parameter structure to pass to the applet.
Used as a member variable of the Parameter structure. You must always call the InitializeParameter function to initialize this structure before setting its member variables.
| Constant definitions | ||
|---|---|---|
ImageKind
|
The kind of image data. | |
ImageKindBit
|
Bit flag for the kind of photo data. | |
ScreenShotType
|
Filters for screenshots. | |
FaceType
|
Filters for face information. | |
DistributeType
|
Filters for distributability. | |
STSize
|
Thumbnail size. | |
| Constant definitions | |||
|---|---|---|---|
| S |
SHOOTING_TYPE_BIT_DEFAULT
|
const u16 | The shooting type. |
| S |
DISTINCTION_TYPE_BIT_DEFAULT
|
const u8 | The photo distinction type. |
| S |
MAX_FACE_INFO_NUM
|
const size_t |
The maximum number of sets of face information. |
| S |
TITLE_UNIQUE_ID_MAX_NUM
|
const size_t |
The maximum number of title unique IDs that can be handled. |
| S |
TITLE_UNIQUE_ID_ERROR
|
const u32 | An invalid title unique ID. |
| S |
MESSAGE_MAX_NUM
|
const size_t |
Maximum number of characters in text message. |
Set Functions |
||
|---|---|---|
SetSecStart
|
Sets the starting point in time for when a photo was taken or video was recorded. | |
SetSecEnd
|
Sets the ending point in time for when a photo was taken or video was recorded. | |
SetImgKindBit
|
Sets the kind of image data. | |
SetScreenShotType
|
Sets the filter type for screenshots. | |
SetFaceType
|
Sets the filter type for face information. | |
SetMinFaceNum
|
Sets the minimum number of faces. | |
SetMaxFaceNum
|
Sets the maximum number of faces. | |
AddTitleUniqueId
|
Sets a title unique ID. | |
ClearTitleUniqueId
|
Clears the title unique ID(s) that were previously set. | |
SetDistributeType
|
Sets the filter type for distributability. | |
SetSoundEnable
|
Enables or disables sound. | |
SetMessage
|
Sets a text message. | |
Get Functions |
||
GetSecStart
|
Gets the current starting point in time for when a photo was taken or video was recorded. | |
GetSecEnd
|
Gets the current ending point in time for when a photo was taken or video was recorded. | |
GetImgKindBit
|
Gets the current kind of image data. | |
GetShootTypeBit
|
Gets the current shooting type. | |
GetDisTypeBit
|
Gets the current photo distinction type. | |
GetScreenShotType
|
Gets the current filter type for screenshots. | |
GetFaceType
|
Gets the current filter type for face information. | |
GetMinFaceNum
|
Gets the current minimum number of faces. | |
GetMaxFaceNum
|
Gets the current maximum number of faces. | |
GetTitleUniqueId
|
Gets the current title unique ID. | |
GetTitleUniqueIdTbl
|
Gets the starting address of the current table of title unique IDs. | |
GetTitleUniqueIdNum
|
Gets the current number of configured title unique IDs. | |
GetDistributeType
|
Gets the current filter type for distributability. | |
GetThumbnailSize
|
Gets the current default thumbnail size. | |
GetSoundEnable
|
Gets the current sound enabled/disabled setting. | |
GetMessage
|
Gets the current text message. | |
CONFIDENTIAL