طريقة add_web_video_player
add_web_video_player(url, auto_play, start_time, end_time)
أضف مشغل فيديو ويب إلى exel.
def add_web_video_player(self, url, auto_play, start_time, end_time):
...
معامل | يكتب | وصف |
---|---|---|
url | str | |
auto_play | bool | يشير إلى ما إذا كان يتم تشغيل الفيديو تلقائيًا. |
start_time | int | وقت البدء بوحدة الثواني. |
end_time | int | وقت الانتهاء بوحدة الثواني. |