RCRTCVideoInputStream.smali

.class public interface abstract Lcn/rongcloud/rtc/api/stream/RCRTCVideoInputStream;
.super Ljava/lang/Object;
.source "RCRTCVideoInputStream.java"

# interfaces
.implements Lcn/rongcloud/rtc/api/stream/RCRTCInputStream;


# virtual methods
.method public abstract getStreamType()Lcn/rongcloud/rtc/base/RCRTCStreamType;
.end method

.method public abstract getTextureView()Lcn/rongcloud/rtc/api/stream/RCRTCTextureView;
.end method

.method public abstract getVideoView()Lcn/rongcloud/rtc/api/stream/RCRTCVideoView;
.end method

.method public abstract setStreamType(Lcn/rongcloud/rtc/base/RCRTCStreamType;)V
.end method

.method public abstract setTextureView(Lcn/rongcloud/rtc/api/stream/RCRTCTextureView;)V
.end method

.method public abstract setVideoView(Lcn/rongcloud/rtc/api/stream/RCRTCVideoView;)V
.end method