Tizen Native API  4.0
Dali::Toolkit::VideoView::DisplayMode Struct Reference

The values of this enum determine how the video should be display mode to the view . More...

Public Types

enum  Type
 The values of this enum determine how the video should be display mode to the view. . More...

Detailed Description

The values of this enum determine how the video should be display mode to the view .


Member Enumeration Documentation

The values of this enum determine how the video should be display mode to the view. .

Enumerator:
LETTER_BOX 

Letter box .

ORIGIN_SIZE 

Origin size .

FULL_SCREEN 

Full-screen .

CROPPED_FULL 

Cropped full-screen .

ORIGIN_OR_LETTER 

Origin size (if surface size is larger than video size(width/height)) or Letter box (if video size(width/height) is larger than surface size) .

DST_ROI 

Region of Interest .