nn::fs::FileInputStream::SetPriority Member Function
void SetPriority(
s32 priority
);
| Name | Description | |
|---|---|---|
| in | priority | Process priority (specify nn::fs::PRIORITY_APP_REALTIME, nn::fs::PRIORITY_APP_NORMAL, or nn::fs::PRIORITY_APP_LOW). |
Sets the access priority for a stream.
This function sets the process priority of operations on a stream.
For details on the priority argument, see PriorityForApplication.
For details on access priorities, see Access Priorities.
CONFIDENTIAL