public final enum

MediaWindowType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.pspdfkit.annotations.MediaWindowType

Class Overview

The type of the window to display the media in.

Summary

Enum Values
MediaWindowType  FLOATING  Display video in a floating window (not supported). 
MediaWindowType  FULLSCREEN  Display media in a full screen presentation (not supported). 
MediaWindowType  HIDDEN  Media window is hidden (only sound is played). 
MediaWindowType  USE_ANNOTATION_RECTANGLE  Window is displayed in the bounding box specified by the calling annotation. 
Public Methods
static MediaWindowType valueOf(String name)
final static MediaWindowType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final MediaWindowType FLOATING

Display video in a floating window (not supported).

public static final MediaWindowType FULLSCREEN

Display media in a full screen presentation (not supported).

public static final MediaWindowType HIDDEN

Media window is hidden (only sound is played).

public static final MediaWindowType USE_ANNOTATION_RECTANGLE

Window is displayed in the bounding box specified by the calling annotation.

Public Methods

public static MediaWindowType valueOf (String name)

public static final MediaWindowType[] values ()