We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1bb1ae commit 3ebd2f3Copy full SHA for 3ebd2f3
docs/mybuddy_emoticon.md
@@ -5,9 +5,9 @@ API for playing emoticons
5
6
* **Parameters**
7
8
- **file_path(list)**: `[[path, time]]`The absolute path of facial expression video and the length of time to play.Time in seconds.
9
- **window_size(tuple)**: `(Length, width) `Size of the playback window (default is full screen).
10
- loop: Loop playback or not (only once by default).
+ **file_path (list)**: `[[path, time]]`The absolute path of facial expression video and the length of time to play.Time in seconds.
+ **window_size (tuple)**: `(Length, width) `Size of the playback window (default is full screen).
+ **loop (bool)**: Loop playback or not (default False. only once by default).
11
12
### file_path()
13
Get Playfile List
0 commit comments