Interface IFrameListener


public interface IFrameListener
  • Method Details

    • onAudioFrame

      org.bytedeco.ffmpeg.avutil.AVFrame onAudioFrame(String streamId, org.bytedeco.ffmpeg.avutil.AVFrame audioFrame)
    • onVideoFrame

      org.bytedeco.ffmpeg.avutil.AVFrame onVideoFrame(String streamId, org.bytedeco.ffmpeg.avutil.AVFrame videoFrame)
    • writeTrailer

      void writeTrailer(String streamId)
    • setVideoStreamInfo

      void setVideoStreamInfo(String streamId, StreamParametersInfo videoStreamInfo)
    • setAudioStreamInfo

      void setAudioStreamInfo(String streamId, StreamParametersInfo audioStreamInfo)
    • start

      void start()