java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.pspdfkit.media.MediaUri.UriType |
Type of the media URI.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
MediaUri.UriType | GALLERY | Embedded gallery. | |||||||||
MediaUri.UriType | MEDIA | Local media. | |||||||||
MediaUri.UriType | OTHER | Arbitrary link (without pspdf:// prefix), or the one that doesn't need to be played. | |||||||||
MediaUri.UriType | VIDEO_YOUTUBE | Video on youtube. | |||||||||
MediaUri.UriType | WEB | Web location. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static MediaUri.UriType | valueOf(String name) | ||||||||||
final static UriType[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Arbitrary link (without pspdf:// prefix), or the one that doesn't need to be played.