Class VideoDecoder

    • Constructor Summary

      Constructors 
      Constructor Description
      VideoDecoder​(int nVideoCodecType, java.lang.String strFormat, java.lang.String strDriver)  
    • Constructor Detail

      • VideoDecoder

        public VideoDecoder​(int nVideoCodecType,
                            java.lang.String strFormat,
                            java.lang.String strDriver)
    • Method Detail

      • getDriverForFormat

        public static java.lang.String getDriverForFormat​(java.lang.String strFormat)
      • getDriverForFormat

        public static java.lang.String getDriverForFormat​(java.lang.String strFormat,
                                                          boolean bRequireVantageAndroid8)
      • destroy

        public void destroy()
        Description copied from class: VideoSource
        Call this method when finished with the object; which will release the underlying C++ object.
        Specified by:
        destroy in interface Destroyable
        Overrides:
        destroy in class VideoSource
      • initialize

        public void initialize()
      • uninitialize

        public void uninitialize()
      • setFormat

        public boolean setFormat​(java.lang.String strFormat)
      • start

        public void start()
      • stop

        public void stop()
      • reset

        public void reset()