Skip to content

Commit 3ef5c5d

Browse files
committed
Update api_irtcengine_setlowlightenhanceoptions2.dita
1 parent ebb1d48 commit 3ef5c5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dita/RTC-NG/API/api_irtcengine_setlowlightenhanceoptions2.dita

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<codeblock props="ios mac" outputclass="language-objectivec">- (int)setLowlightEnhanceOptions:(BOOL)enable options:(AgoraLowlightEnhanceOptions* _Nullable)options sourceType:(AgoraMediaSourceType)sourceType NS_SWIFT_NAME(setLowlightEnhanceOptions(_:options:sourceType:));</codeblock>
2020
<codeblock props="cpp unreal" outputclass="language-cpp">virtual int setLowlightEnhanceOptions(bool enabled, const LowlightEnhanceOptions&amp; options, agora::media::MEDIA_SOURCE_TYPE type = agora::media::PRIMARY_CAMERA_SOURCE) = 0;</codeblock>
2121
<codeblock props="bp" outputclass="language-cpp">UFUNCTION(BlueprintCallable, Category = "Agora|IRtcEngine")
22-
int SetLowlightEnhanceOptions(bool enabled, const FUABT_LowlightEnhanceOptions& options, EUABT_MEDIA_SOURCE_TYPE type);</codeblock>
22+
int SetLowlightEnhanceOptions(bool enabled, const FUABT_LowlightEnhanceOptions&amp; options, EUABT_MEDIA_SOURCE_TYPE type);</codeblock>
2323
<codeblock props="electron" outputclass="language-typescript"></codeblock>
2424
<codeblock props="unity cs" outputclass="language-csharp"></codeblock>
2525
<codeblock props="rn" outputclass="language-typescript"></codeblock>

0 commit comments

Comments
 (0)