BB FlashBack SDK: FBExportToMP4Params

DeviceType

Description

When FreeScaling is set to True, the DeviceType parameter restricts the dimensions of the exported video file.

Syntax

[C#/C++]
public long DeviceType;

[VB.NET]
Public Property DeviceType As Integer

Remarks

Value

Effect

0

Restricts the height to 240 pixels and width to 320 pixels. The maximum dimensions for playback on the iPod Classic and iPod Nano
 

1

Restricts the height to 480 pixels and the width to 640 pixels.
The maximum dimensions for playback on the iPhone 3,2,1 or iPod touch.
 

2

Restricts the height to 720 pixels and width to 1024 pixels.
The maxiumum dimensions for playback on the iPad and iPhone 4
 

 

See Also

FBExportToMP4Params::FreeScaling