NaCl Player API
NaCl Player API Documentation
Samsung::NaClPlayer::VideoTrackInfo Struct Reference

Structure describing video track from played media. More...

#include <media_common.h>

Collaboration diagram for Samsung::NaClPlayer::VideoTrackInfo:

Public Attributes

uint32_t index
 
uint32_t bitrate
 
Size size
 Decoded video frame size in pixels.
 

Detailed Description

Structure describing video track from played media.

Definition at line 229 of file media_common.h.

Member Data Documentation

◆ bitrate

uint32_t Samsung::NaClPlayer::VideoTrackInfo::bitrate

Minimal bandwidth (in bits per second - bps) of delivery channel required to deliver given video track.

Definition at line 236 of file media_common.h.

◆ index

uint32_t Samsung::NaClPlayer::VideoTrackInfo::index

Index of the track in currently played media. Note this index is only valid for currently attached data source.

Definition at line 232 of file media_common.h.


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