Shaka Player Embedded
Public Attributes | List of all members
shaka::media::VideoPlaybackQuality Struct Reference

#include <media_player.h>

Public Attributes

uint32_t total_video_frames
 
uint32_t dropped_video_frames
 
uint32_t corrupted_video_frames
 

Detailed Description

Describes the current statistics about video playback quality.

Definition at line 147 of file media_player.h.

Member Data Documentation

§ corrupted_video_frames

uint32_t shaka::media::VideoPlaybackQuality::corrupted_video_frames

The number of video frames that have been corrupted.

Definition at line 155 of file media_player.h.

§ dropped_video_frames

uint32_t shaka::media::VideoPlaybackQuality::dropped_video_frames

The number of video frames that have been dropped.

Definition at line 152 of file media_player.h.

§ total_video_frames

uint32_t shaka::media::VideoPlaybackQuality::total_video_frames

The total number of video frames played.

Definition at line 149 of file media_player.h.


The documentation for this struct was generated from the following file: