# Picture in Picture
ByteArk Player รองรับการเล่นวิดีโอในโหมด Picture in Picture (PiP) บนระบบปฏิบัติการ iOS และ macOS
# การเปิดใช้งาน Picture in Picture
เมื่อใช้งาน ByteArk Player บนเว็บบราวเซอร์ที่รองรับ Picture in Picture player จะแสดงปุ่มสำหรับเปิดใช้งานโหมด Picture in Picture ที่ Control Bar ด่านล่างโดยอัตโนมัติ
# เว็บบราวเซอร์ที่รองรับการใช้งาน Picture in Picture
- Mobile Safari บน iPad (iOS 9 หรือสูงกว่า)
- Safari บน macOS Sierra
# ตัวอย่างซอร์สโค้ด
var player = byteark('element-id', {
media: {
title: 'Big Buck Bunny',
poster: '/assets/samples/player/legacy/images/poster.jpg',
sources: [{
src: 'https://byteark-playertzxedwv.stream-playlist.byteark.com/streams/TZyZheqEJUwC/playlist.m3u8',
type: 'application/x-mpegURL'
}],
},
pipButton: true,
});
1
2
3
4
5
6
7
8
9
10
11
2
3
4
5
6
7
8
9
10
11
# Options
Options | Type | Default | Description | Required |
---|---|---|---|---|
pipButton | Boolean | true | เปิด หรือ ปิด การใช้งานปุ่ม Picture in Picture | No |
← Context Menu ปุ่มแชร์ →