Skip to content

Commit

Permalink
Merge pull request #3315 from AgoraIO/auto/sync-cn-proto-to-en-patch-…
Browse files Browse the repository at this point in the history
…1693475765
  • Loading branch information
github-actions[bot] authored Aug 31, 2023
2 parents a83a37c + 19645aa commit cbad6e7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions en-US/dita/RTC-NG/API/class_imagetrackoptions.dita
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
ImageTrackOptions() : imageUrl(NULL), fps(1) {}
};</codeblock>
<codeblock props="electron" outputclass="language-typescript">export class ImageTrackOptions {

imageUrl?: string;

fps?: number;
}</codeblock>
<codeblock props="unity cs" outputclass="language-csharp">public class ImageTrackOptions
Expand All @@ -44,9 +44,9 @@
}
};</codeblock>
<codeblock props="rn" outputclass="language-typescript">export class ImageTrackOptions {

imageUrl?: string;

fps?: number;
}</codeblock>
<codeblock props="flutter" outputclass="language-dart">class ImageTrackOptions {
Expand All @@ -62,7 +62,7 @@
_$ImageTrackOptionsFromJson(json);

Map&lt;String, dynamic&gt; toJson() =&gt; _$ImageTrackOptionsToJson(this);
}</codeblock>
}</codeblock>
<codeblock props="reserve" outputclass="language-cpp" /></p>
</section>
<section id="parameters">
Expand Down

0 comments on commit cbad6e7

Please sign in to comment.