VideoOutput
#include <bb/multimedia/VideoOutput>
To link against this class, add the following line to your .pro file: LIBS += -lbbmultimedia
Represents the various video output devices.
Since:
BlackBerry 10.0.0
Public Types Index
enum TypeNone = 0, PrimaryDisplay = 1, SecondaryDisplay = 2 |
Public Types
Represents the video output options for a media player.
Since:
BlackBerry 10.0.0
- None = 0
No video output device is to be attached.
- PrimaryDisplay = 1
Video output will be directed to the device screen.
- SecondaryDisplay = 2
Video output will be directed to the secondary display.