Skip to content

Commit

Permalink
Update api_irtcengine_setlowlightenhanceoptions2.dita
Browse files Browse the repository at this point in the history
  • Loading branch information
lemon-chen committed Nov 26, 2024
1 parent ebb1d48 commit 3ef5c5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<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>
<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>
<codeblock props="bp" outputclass="language-cpp">UFUNCTION(BlueprintCallable, Category = "Agora|IRtcEngine")
int SetLowlightEnhanceOptions(bool enabled, const FUABT_LowlightEnhanceOptions& options, EUABT_MEDIA_SOURCE_TYPE type);</codeblock>
int SetLowlightEnhanceOptions(bool enabled, const FUABT_LowlightEnhanceOptions&amp; options, EUABT_MEDIA_SOURCE_TYPE type);</codeblock>
<codeblock props="electron" outputclass="language-typescript"></codeblock>
<codeblock props="unity cs" outputclass="language-csharp"></codeblock>
<codeblock props="rn" outputclass="language-typescript"></codeblock>
Expand Down

0 comments on commit 3ef5c5d

Please sign in to comment.