Uses of Class
com.snowbound.common.transport.MediaCaption.Kind
-
Packages that use MediaCaption.Kind Package Description com.snowbound.common.transport Classes that may be used to transport data to and from VirtualViewer. -
-
Uses of MediaCaption.Kind in com.snowbound.common.transport
Methods in com.snowbound.common.transport that return MediaCaption.Kind Modifier and Type Method Description MediaCaption.Kind
MediaCaption. getKind()
static MediaCaption.Kind
MediaCaption.Kind. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MediaCaption.Kind[]
MediaCaption.Kind. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.snowbound.common.transport with parameters of type MediaCaption.Kind Modifier and Type Method Description void
MediaCaption. setKind(MediaCaption.Kind kind)
Allows setting the type of this text track.
-