mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-19 19:13:03 +00:00
8 lines
227 B
Java
8 lines
227 B
Java
package com.limelight.binding.video;
|
|
|
|
import com.limelight.nvstream.av.video.VideoDecoderRenderer;
|
|
|
|
public abstract class EnhancedDecoderRenderer implements VideoDecoderRenderer {
|
|
public abstract String getDecoderName();
|
|
}
|