Class Codec


  • @Immutable
    public class Codec
    extends Object
    Information about supported Codecs
    Author:
    bramp
    • Constructor Detail

      • Codec

        public Codec​(String name,
                     String longName,
                     String flags)
        Parameters:
        name - short codec name
        longName - long codec name
        flags - is expected to be in the following format:
         D..... = Decoding supported
         .E.... = Encoding supported
         ..V... = Video codec
         ..A... = Audio codec
         ..S... = Subtitle codec
         ...S.. = Supports draw_horiz_band
         ....D. = Supports direct rendering method 1
         .....T = Supports weird frame truncation