-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New YiCAT updates #3373
New YiCAT updates #3373
Conversation
@@ -44,11 +44,11 @@ | |||
<parml> | |||
<plentry> | |||
<pt>thumbSize</pt> | |||
<pd><ph>The target size of the screen or window thumbnail (the width and height are in pixels). </ph><ph props="cpp unreal bp">See <xref keyref="SIZE-link" />. </ph><ph>The SDK scales the original image to make the length of the longest side of the image the same as that of the target size without distorting the original image. For example, if the original image is 400 × 300 and thumbSize is 100 × 100, the actual size of the <parmname>thumbnail</parmname> is 100 × 75. If the target size is larger than the original size, the thumbnail is the original image and the SDK does not scale it.</ph></pd> | |||
<pd><xref keyref="SIZE-link" /></ph><ph>The target size of the screen or window thumbnail (the width and height are in pixels). See . <ph>The SDK scales the original image to make the length of the longest side of the image the same as that of the target size without distorting the original image. For example, if the original image is 400 × 300 and thumbSize is 100 × 100, the actual size of the<parmname> thumbnail</parmname> is 100 × 75. If the target size is larger than the original size, the thumbnail is the original image and the SDK does not scale it.</ph></pd> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
骂骂咧咧修 tag
</plentry> | ||
<plentry> | ||
<pt>iconSize</pt> | ||
<pd><ph>The target size of the icon corresponding to the application program (the width and height are in pixels). </ph><ph props="cpp unreal bp">See <xref keyref="SIZE-link" />. </ph><ph>The SDK scales the original image to make the length of the longest side of the image the same as that of the target size without distorting the original image. For example, if the original image is 400 × 300 and <parmname>iconSize</parmname> is 100 × 100, the actual size of the icon is 100 × 75. If the target size is larger than the original size, the icon is the original image and the SDK does not scale it.</ph></pd> | ||
<pd><xref keyref="SIZE-link" /></ph><ph>The target size of the icon corresponding to the application program (the width and height are in pixels). See . <ph>The SDK scales the original image to make the length of the longest side of the image the same as that of the target size without distorting the original image. For example, if the original image is 400 × 300 and iconSize is 100 × 100, the actual size of the<parmname> icon</parmname> is 100 × 75. If the target size is larger than the original size, the icon is the original image and the SDK does not scale it.</ph></pd> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
同上
@@ -595,7 +595,7 @@ | |||
<pt>videoBitrate</pt> | |||
<pd> | |||
<p>Bitrate of the output video stream for Media Push in Kbps. The default value is 400 Kbps.</p> | |||
<p props="native unreal bp">Set this member according to the <xref keyref="video-profile-table">Video profile</xref> table. If you set a bitrate beyond the proper range, the SDK automatically adapts it to a value within the range.</p> | |||
<p>Set this member according to <xref keyref="video-profile-table"/>the Video profile table. If you set a bitrate beyond the proper range, the SDK automatically adapts it to a value within the range.</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"the Video profile table" 是冗余的,keyword 里已经写了
No description provided.