Uses of Class
javafx.scene.media.MediaException
-
Packages that use MediaException 软件包 描述 javafx.scene.media 提供用于将音频和视频集成到Java FX应用程序中的一组类。 -
-
Uses of MediaException in javafx.scene.media
Methods in javafx.scene.media that return MediaException Modifier and Type 方法 描述 MediaException
Media. getError()
返回媒体中遇到的任何错误。MediaException
MediaPlayer. getError()
检索error
属性的值或null
如果没有错误。MediaException
MediaErrorEvent. getMediaError()
检索与此事件相关联的错误。Methods in javafx.scene.media that return types with arguments of type MediaException Modifier and Type 方法 描述 ReadOnlyObjectProperty<MediaException>
Media. errorProperty()
发生错误时将属性设置为MediaException值。ReadOnlyObjectProperty<MediaException>
MediaPlayer. errorProperty()
如果发生错误,Observable属性设置为MediaException
。
-