Uses of Class
com.avpkit.mediatool.IMediaViewer.Mode
-
Packages that use IMediaViewer.Mode Package Description com.avpkit.mediatool A simple API for to decoding, viewing and encoding media: tutorial here; start withToolFactory. -
-
Uses of IMediaViewer.Mode in com.avpkit.mediatool
Methods in com.avpkit.mediatool that return IMediaViewer.Mode Modifier and Type Method Description IMediaViewer.ModeIMediaViewer. getMode()Get media playback mode.static IMediaViewer.ModeIMediaViewer.Mode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IMediaViewer.Mode[]IMediaViewer.Mode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.avpkit.mediatool with parameters of type IMediaViewer.Mode Modifier and Type Method Description static IMediaViewerToolFactory. makeViewer(IMediaViewer.Mode mode)Construct a media viewer which plays in the specified mode.static IMediaViewerToolFactory. makeViewer(IMediaViewer.Mode mode, boolean showStats)Construct a media viewer which plays in the specified mode and optionally shows media statistics.static IMediaViewerToolFactory. makeViewer(IMediaViewer.Mode mode, boolean showStats, int defaultCloseOperation)Construct a media viewer which plays in the specified mode, optionally shows media statistics and specifies the default frame close behavior.
-