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
ResultSuccess Process was successful.
ResultIsSleeping Unusable because the system is in Sleep Mode.

Description

Starts conversion.

Before calling this function, you must configure transfer by calling the nn::y2r::CTR::SetReciving function, nn::y2r::CTR::SetSendingYuv function, or the like.

Revision History

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

CONFIDENTIAL