playback_began_player_loading | The time when player starts to load video. | common properties | as Common Properties table | |
playback_began_player_startup_time | The time when player starts to load manifest. | common properties | as Common Properties table | |
playback_began_video_startup_time | The time when the first frame displayed. | common properties | as Common Properties table | |
playback_video_began | The time when video start to playback. | common properties | as Common Properties table | |
| | current_position | float | |
playback_video_paused | The time when the playback has been paused. | common properties | as Common Properties table | |
| | current_position | float | |
playback_video_buffering_began | The time when the buffering state began during playback. | common properties | as Common Properties table | |
| | current_position | float | |
playback_video_buffering_ended | The time when the buffering state ended during playback. | common properties | as Common Properties table | |
| | current_position | float | |
playback_video_ended | The time when the playback has been ended. | common properties | as Common Properties table | |
| | current_position | float | |
playback_seeking_began | The start time of seeking during playback. | common properties | as Common Properties table | |
| | current_position | float | |
playback_seeking_ended | The end time of seeking during playback. | common properties | as Common Properties table | |
| | current_position | float | |
playback_error_occurred | The error code of player. Each platform should have different error codes. | common properties | as Common Properties table | |
| | error_code | int | |
| | error_reason | string | |
playback_ad_began | The time when AD began. | common properties | as Common Properties table | |
| | current_position | float | |
playback_ad_ended | The time when AD ended. | common properties | as Common Properties table | |
| | current_position | float | |
playback_streaming_quality_change_download | Player switches profile (ABR). | common properties | as Common Properties table | |
| | bitrate | int (kbps) | |
| | framerate | float | Web only |
| | width | int | |
| | height | int | |
| | bandwidth | xxx | iOS only |
playback_streaming_quality_change_render | Buffered segments of previous profiles are all played, start playing switched profile. | as Common Properties table | | |
| | bitrate | int (kbps) | |
| | framerate | float | Web only |
| | width | int | |
| | height | int | |
| | bandwidth | xxx | iOS only |
playback_speed_change | The speed changed during playback. | common properties | as Common Properties table | |
| | playback_speed | float | 0.5x, 1x, 2x, 4x... |
| | current_position | float | |
playback_audio_track_change | Audio track changed time during playback. | common properties | as Common Properties table | |
| | lang | string | Language code follows the RFC 5646 standard, utilizing the shortest ISO 639 code. e.g., en , ja , or zh . |
playback_subtitle_change | Subtitle changed time during playback. | common properties | as Common Properties table | |
| | lang | string | Language code follows the RFC 5646 standard, utilizing the shortest ISO 639 code. e.g., en , ja , or zh . Use off to indicate that the subtitle is turned off. |
playback_audio_volume_change | Audio volume adjusted during playback. | common properties | as Common Properties table | |
| | volume | float | 0-1.0 |
playback_audio_mute_change | Mute/unmute state switched during playback. | common properties | as Common Properties table | |
| | muted | bool | |