Skip to content

Commit 1208f30

Browse files
committed
Update README.md
1 parent 3992798 commit 1208f30

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ Please note that using videos from URLs requires ensuring that you have the righ
1414

1515
![The concept](https://github.com/The-Igor/swiftui-loop-videoplayer-example/blob/main/swiftui-loop-videoplayer-example/img/swiftui_video_player.gif)
1616

17+
## Philosophy of Interactive Player Dynamics
18+
19+
The player's functionality is designed around a dual interaction model:
20+
21+
- **Commands and Settings**: Through these, you instruct the player on what to do and how to do it. Settings define the environment and initial state, while commands offer real-time control.
22+
23+
- **Event Feedback**: Through event handling, the player communicates back to the application, informing it of internal changes that may need attention.
24+
1725
## API Specifications
1826

1927
| Property/Method | Type | Description |

0 commit comments

Comments
 (0)