📄 handler.java
字号:
package net.sf.fmj.media.processor.unknown;/** * * @author Ken Larson * */public class Handler extends net.sf.fmj.media.content.unknown.Handler{ public Handler() { super(PROCESSOR); }// public boolean doConfigure()// {// System.out.println(getClass().getSimpleName() + " doConfigure");// return false;// }//// public void doPlayerClose()// {// System.out.println(getClass().getSimpleName() + " doPlayerClose");// }//// public boolean doPlayerDeallocate()// {// System.out.println(getClass().getSimpleName() + " doPlayerDeallocate");// return false;// }//// public boolean doPlayerPrefetch()// {// System.out.println(getClass().getSimpleName() + " doPlayerPrefetch");// return false;// }//// public boolean doPlayerRealize()// {// System.out.println(getClass().getSimpleName() + " doPlayerRealize");// return false;// }//// public void doPlayerSetMediaTime(Time t)// {// System.out.println(getClass().getSimpleName() + " doPlayerSetMediaTime");// }//// public float doPlayerSetRate(float rate)// {// System.out.println(getClass().getSimpleName() + " doPlayerSetRate");// return 0;// }//// public boolean doPlayerStop()// {// System.out.println(getClass().getSimpleName() + " doPlayerStop");// return false;// }//// public boolean doPlayerSyncStart(Time t)// {// System.out.println(getClass().getSimpleName() + " doPlayerSyncStart");// return false;// }//// public Time getPlayerDuration()// {// System.out.println(getClass().getSimpleName() + " getPlayerDuration");// return null;// }//// public Time getPlayerStartLatency()// {// System.out.println(getClass().getSimpleName() + " getPlayerStartLatency");// return null;// }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -