msStereo3DPackingMode property

Gets or sets the frame-packing mode for stereo 3-D video content.

This property is read/write.

Internet Explorer 10

 

Syntax

JavaScript
object.msStereo3DPackingMode = ptr
ptr = object.msStereo3DPackingMode

 

Property values

Type: DOMString

Returns or sets "topbottom" or "sidebyside" for stereo 3-D content packing, or "none" for regular 2-D video.

none (0)

Specifies regular 2-D video.

topbottom (1)

Specifies stereo 3-D content packing and that the views are packed side-by-side in a single frame.

sidebyside (2)

Specifies sidebyside stereo 3-D content packing and that the views are packed top-to-bottom in a single frame.

Remarks

Returns or sets "topbottom" or "sidebyside" for stereo 3-D content packing, or "none" for regular 2-D video.

See also

How to enable stereo video playback