nn::y2r::CTR::StartConversion Function

Syntax

nn::Result StartConversion(
     void
);

Arguments

None.

Return Values

Returns the function's execution result. Returns one of the Result values listed below.
Value Description
Result::IsSuccess Process was successful.
ResultIsSleeping Unusable because the system is in Sleep Mode.

Description

Starts conversion.

Before calling this function, you must always configure the transfer settings with the nn::y2r::CTR::SetReciving and nn::y2r::CTR::SetSendingYuv functions.

Revision History

2010/09/24
Explained when transfer settings must be made.
2010/01/07
Initial version.

CONFIDENTIAL