Summary
| Fields | 
|---|
    
      
          | public
          
          
          int | level | Defined in the OpenMAX IL specs, depending on the type of media
 this can be OMX_VIDEO_AVCLEVELTYPE, OMX_VIDEO_H263LEVELTYPE
 OMX_VIDEO_MPEG4LEVELTYPE or OMX_VIDEO_VP8LEVELTYPE. | 
      
    
      
          | public
          
          
          int | profile | Defined in the OpenMAX IL specs, depending on the type of media
 this can be OMX_VIDEO_AVCPROFILETYPE, OMX_VIDEO_H263PROFILETYPE,
 OMX_VIDEO_MPEG4PROFILETYPE or OMX_VIDEO_VP8PROFILETYPE. | 
      
    
| [Expand] Inherited Methods | 
|---|
|  From class
  java.lang.Object 
  
   
    
    
	 
    
        | Object | clone() Creates and returns a copy of this Object. |  
        | boolean | equals(Object o) Compares this instance with the specified object and indicates if they
 are equal. |  
        | void | finalize() Invoked when the garbage collector has detected that this instance is no longer reachable. |  
        | final
            
            
            Class<?> | getClass() Returns the unique instance of  Class that represents this
 object's class. |  
        | int | hashCode() Returns an integer hash code for this object. |  
        | final
            
            
            void | notify() Causes a thread which is waiting on this object's monitor (by means of
 calling one of the wait()methods) to be woken up. |  
        | final
            
            
            void | notifyAll() Causes all threads which are waiting on this object's monitor (by means
 of calling one of the wait()methods) to be woken up. |  
        | String | toString() Returns a string containing a concise, human-readable description of this
 object. |  
        | final
            
            
            void | wait() Causes the calling thread to wait until another thread calls the notify()ornotifyAll()method of this object. |  
        | final
            
            
            void | wait(long millis, int nanos) Causes the calling thread to wait until another thread calls the notify()ornotifyAll()method of this object or until the
 specified timeout expires. |  
        | final
            
            
            void | wait(long millis) Causes the calling thread to wait until another thread calls the notify()ornotifyAll()method of this object or until the
 specified timeout expires. |  | 
 
Constants
 
    
      
        public 
        static 
        final 
        int
      
        AACObjectELD
    
      
    
      
  
    
        
        Constant Value: 
        
            
                39
                (0x00000027)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        AACObjectERLC
    
      
    
      
  
    
        
        Constant Value: 
        
            
                17
                (0x00000011)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        AACObjectHE
    
      
    
      
  
    
        
        Constant Value: 
        
            
                5
                (0x00000005)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        AACObjectHE_PS
    
      
    
      
  
    
        
        Constant Value: 
        
            
                29
                (0x0000001d)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        AACObjectLC
    
      
    
      
  
    
        
        Constant Value: 
        
            
                2
                (0x00000002)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        AACObjectLD
    
      
    
      
  
    
        
        Constant Value: 
        
            
                23
                (0x00000017)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        AACObjectLTP
    
      
    
      
  
    
        
        Constant Value: 
        
            
                4
                (0x00000004)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        AACObjectMain
    
      
    
      
  
    
        
        Constant Value: 
        
            
                1
                (0x00000001)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        AACObjectSSR
    
      
    
      
  
    
        
        Constant Value: 
        
            
                3
                (0x00000003)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        AACObjectScalable
    
      
    
      
  
    
        
        Constant Value: 
        
            
                6
                (0x00000006)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        AVCLevel1
    
      
    
      
  
    
        
        Constant Value: 
        
            
                1
                (0x00000001)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        AVCLevel11
    
      
    
      
  
    
        
        Constant Value: 
        
            
                4
                (0x00000004)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        AVCLevel12
    
      
    
      
  
    
        
        Constant Value: 
        
            
                8
                (0x00000008)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        AVCLevel13
    
      
    
      
  
    
        
        Constant Value: 
        
            
                16
                (0x00000010)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        AVCLevel1b
    
      
    
      
  
    
        
        Constant Value: 
        
            
                2
                (0x00000002)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        AVCLevel2
    
      
    
      
  
    
        
        Constant Value: 
        
            
                32
                (0x00000020)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        AVCLevel21
    
      
    
      
  
    
        
        Constant Value: 
        
            
                64
                (0x00000040)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        AVCLevel22
    
      
    
      
  
    
        
        Constant Value: 
        
            
                128
                (0x00000080)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        AVCLevel3
    
      
    
      
  
    
        
        Constant Value: 
        
            
                256
                (0x00000100)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        AVCLevel31
    
      
    
      
  
    
        
        Constant Value: 
        
            
                512
                (0x00000200)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        AVCLevel32
    
      
    
      
  
    
        
        Constant Value: 
        
            
                1024
                (0x00000400)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        AVCLevel4
    
      
    
      
  
    
        
        Constant Value: 
        
            
                2048
                (0x00000800)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        AVCLevel41
    
      
    
      
  
    
        
        Constant Value: 
        
            
                4096
                (0x00001000)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        AVCLevel42
    
      
    
      
  
    
        
        Constant Value: 
        
            
                8192
                (0x00002000)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        AVCLevel5
    
      
    
      
  
    
        
        Constant Value: 
        
            
                16384
                (0x00004000)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        AVCLevel51
    
      
    
      
  
    
        
        Constant Value: 
        
            
                32768
                (0x00008000)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        AVCProfileBaseline
    
      
    
      
  
    
        
        Constant Value: 
        
            
                1
                (0x00000001)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        AVCProfileExtended
    
      
    
      
  
    
        
        Constant Value: 
        
            
                4
                (0x00000004)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        AVCProfileHigh
    
      
    
      
  
    
        
        Constant Value: 
        
            
                8
                (0x00000008)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        AVCProfileHigh10
    
      
    
      
  
    
        
        Constant Value: 
        
            
                16
                (0x00000010)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        AVCProfileHigh422
    
      
    
      
  
    
        
        Constant Value: 
        
            
                32
                (0x00000020)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        AVCProfileHigh444
    
      
    
      
  
    
        
        Constant Value: 
        
            
                64
                (0x00000040)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        AVCProfileMain
    
      
    
      
  
    
        
        Constant Value: 
        
            
                2
                (0x00000002)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        H263Level10
    
      
    
      
  
    
        
        Constant Value: 
        
            
                1
                (0x00000001)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        H263Level20
    
      
    
      
  
    
        
        Constant Value: 
        
            
                2
                (0x00000002)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        H263Level30
    
      
    
      
  
    
        
        Constant Value: 
        
            
                4
                (0x00000004)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        H263Level40
    
      
    
      
  
    
        
        Constant Value: 
        
            
                8
                (0x00000008)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        H263Level45
    
      
    
      
  
    
        
        Constant Value: 
        
            
                16
                (0x00000010)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        H263Level50
    
      
    
      
  
    
        
        Constant Value: 
        
            
                32
                (0x00000020)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        H263Level60
    
      
    
      
  
    
        
        Constant Value: 
        
            
                64
                (0x00000040)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        H263Level70
    
      
    
      
  
    
        
        Constant Value: 
        
            
                128
                (0x00000080)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        H263ProfileBackwardCompatible
    
      
    
      
  
    
        
        Constant Value: 
        
            
                4
                (0x00000004)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        H263ProfileBaseline
    
      
    
      
  
    
        
        Constant Value: 
        
            
                1
                (0x00000001)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        H263ProfileH320Coding
    
      
    
      
  
    
        
        Constant Value: 
        
            
                2
                (0x00000002)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        H263ProfileHighCompression
    
      
    
      
  
    
        
        Constant Value: 
        
            
                32
                (0x00000020)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        H263ProfileHighLatency
    
      
    
      
  
    
        
        Constant Value: 
        
            
                256
                (0x00000100)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        H263ProfileISWV2
    
      
    
      
  
    
        
        Constant Value: 
        
            
                8
                (0x00000008)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        H263ProfileISWV3
    
      
    
      
  
    
        
        Constant Value: 
        
            
                16
                (0x00000010)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        H263ProfileInterlace
    
      
    
      
  
    
        
        Constant Value: 
        
            
                128
                (0x00000080)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        H263ProfileInternet
    
      
    
      
  
    
        
        Constant Value: 
        
            
                64
                (0x00000040)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        HEVCHighTierLevel1
    
      
        
        
  
      
    
      
  
    
        
        Constant Value: 
        
            
                2
                (0x00000002)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        HEVCHighTierLevel2
    
      
        
        
  
      
    
      
  
    
        
        Constant Value: 
        
            
                8
                (0x00000008)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        HEVCHighTierLevel21
    
      
        
        
  
      
    
      
  
    
        
        Constant Value: 
        
            
                32
                (0x00000020)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        HEVCHighTierLevel3
    
      
        
        
  
      
    
      
  
    
        
        Constant Value: 
        
            
                128
                (0x00000080)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        HEVCHighTierLevel31
    
      
        
        
  
      
    
      
  
    
        
        Constant Value: 
        
            
                512
                (0x00000200)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        HEVCHighTierLevel4
    
      
        
        
  
      
    
      
  
    
        
        Constant Value: 
        
            
                2048
                (0x00000800)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        HEVCHighTierLevel41
    
      
        
        
  
      
    
      
  
    
        
        Constant Value: 
        
            
                8192
                (0x00002000)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        HEVCHighTierLevel5
    
      
        
        
  
      
    
      
  
    
        
        Constant Value: 
        
            
                32768
                (0x00008000)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        HEVCHighTierLevel51
    
      
        
        
  
      
    
      
  
    
        
        Constant Value: 
        
            
                131072
                (0x00020000)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        HEVCHighTierLevel52
    
      
        
        
  
      
    
      
  
    
        
        Constant Value: 
        
            
                524288
                (0x00080000)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        HEVCHighTierLevel6
    
      
        
        
  
      
    
      
  
    
        
        Constant Value: 
        
            
                2097152
                (0x00200000)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        HEVCHighTierLevel61
    
      
        
        
  
      
    
      
  
    
        
        Constant Value: 
        
            
                8388608
                (0x00800000)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        HEVCHighTierLevel62
    
      
        
        
  
      
    
      
  
    
        
        Constant Value: 
        
            
                33554432
                (0x02000000)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        HEVCMainTierLevel1
    
      
        
        
  
      
    
      
  
    
        
        Constant Value: 
        
            
                1
                (0x00000001)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        HEVCMainTierLevel2
    
      
        
        
  
      
    
      
  
    
        
        Constant Value: 
        
            
                4
                (0x00000004)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        HEVCMainTierLevel21
    
      
        
        
  
      
    
      
  
    
        
        Constant Value: 
        
            
                16
                (0x00000010)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        HEVCMainTierLevel3
    
      
        
        
  
      
    
      
  
    
        
        Constant Value: 
        
            
                64
                (0x00000040)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        HEVCMainTierLevel31
    
      
        
        
  
      
    
      
  
    
        
        Constant Value: 
        
            
                256
                (0x00000100)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        HEVCMainTierLevel4
    
      
        
        
  
      
    
      
  
    
        
        Constant Value: 
        
            
                1024
                (0x00000400)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        HEVCMainTierLevel41
    
      
        
        
  
      
    
      
  
    
        
        Constant Value: 
        
            
                4096
                (0x00001000)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        HEVCMainTierLevel5
    
      
        
        
  
      
    
      
  
    
        
        Constant Value: 
        
            
                16384
                (0x00004000)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        HEVCMainTierLevel51
    
      
        
        
  
      
    
      
  
    
        
        Constant Value: 
        
            
                65536
                (0x00010000)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        HEVCMainTierLevel52
    
      
        
        
  
      
    
      
  
    
        
        Constant Value: 
        
            
                262144
                (0x00040000)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        HEVCMainTierLevel6
    
      
        
        
  
      
    
      
  
    
        
        Constant Value: 
        
            
                1048576
                (0x00100000)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        HEVCMainTierLevel61
    
      
        
        
  
      
    
      
  
    
        
        Constant Value: 
        
            
                4194304
                (0x00400000)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        HEVCMainTierLevel62
    
      
        
        
  
      
    
      
  
    
        
        Constant Value: 
        
            
                16777216
                (0x01000000)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        HEVCProfileMain
    
      
        
        
  
      
    
      
  
    
        
        Constant Value: 
        
            
                1
                (0x00000001)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        HEVCProfileMain10
    
      
        
        
  
      
    
      
  
    
        
        Constant Value: 
        
            
                2
                (0x00000002)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        MPEG4Level0
    
      
    
      
  
    
        
        Constant Value: 
        
            
                1
                (0x00000001)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        MPEG4Level0b
    
      
    
      
  
    
        
        Constant Value: 
        
            
                2
                (0x00000002)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        MPEG4Level1
    
      
    
      
  
    
        
        Constant Value: 
        
            
                4
                (0x00000004)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        MPEG4Level2
    
      
    
      
  
    
        
        Constant Value: 
        
            
                8
                (0x00000008)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        MPEG4Level3
    
      
    
      
  
    
        
        Constant Value: 
        
            
                16
                (0x00000010)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        MPEG4Level4
    
      
    
      
  
    
        
        Constant Value: 
        
            
                32
                (0x00000020)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        MPEG4Level4a
    
      
    
      
  
    
        
        Constant Value: 
        
            
                64
                (0x00000040)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        MPEG4Level5
    
      
    
      
  
    
        
        Constant Value: 
        
            
                128
                (0x00000080)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        MPEG4ProfileAdvancedCoding
    
      
    
      
  
    
        
        Constant Value: 
        
            
                4096
                (0x00001000)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        MPEG4ProfileAdvancedCore
    
      
    
      
  
    
        
        Constant Value: 
        
            
                8192
                (0x00002000)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        MPEG4ProfileAdvancedRealTime
    
      
    
      
  
    
        
        Constant Value: 
        
            
                1024
                (0x00000400)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        MPEG4ProfileAdvancedScalable
    
      
    
      
  
    
        
        Constant Value: 
        
            
                16384
                (0x00004000)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        MPEG4ProfileAdvancedSimple
    
      
    
      
  
    
        
        Constant Value: 
        
            
                32768
                (0x00008000)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        MPEG4ProfileBasicAnimated
    
      
    
      
  
    
        
        Constant Value: 
        
            
                256
                (0x00000100)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        MPEG4ProfileCore
    
      
    
      
  
    
        
        Constant Value: 
        
            
                4
                (0x00000004)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        MPEG4ProfileCoreScalable
    
      
    
      
  
    
        
        Constant Value: 
        
            
                2048
                (0x00000800)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        MPEG4ProfileHybrid
    
      
    
      
  
    
        
        Constant Value: 
        
            
                512
                (0x00000200)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        MPEG4ProfileMain
    
      
    
      
  
    
        
        Constant Value: 
        
            
                8
                (0x00000008)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        MPEG4ProfileNbit
    
      
    
      
  
    
        
        Constant Value: 
        
            
                16
                (0x00000010)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        MPEG4ProfileScalableTexture
    
      
    
      
  
    
        
        Constant Value: 
        
            
                32
                (0x00000020)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        MPEG4ProfileSimple
    
      
    
      
  
    
        
        Constant Value: 
        
            
                1
                (0x00000001)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        MPEG4ProfileSimpleFBA
    
      
    
      
  
    
        
        Constant Value: 
        
            
                128
                (0x00000080)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        MPEG4ProfileSimpleFace
    
      
    
      
  
    
        
        Constant Value: 
        
            
                64
                (0x00000040)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        MPEG4ProfileSimpleScalable
    
      
    
      
  
    
        
        Constant Value: 
        
            
                2
                (0x00000002)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        VP8Level_Version0
    
      
    
      
  
    
        
        Constant Value: 
        
            
                1
                (0x00000001)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        VP8Level_Version1
    
      
    
      
  
    
        
        Constant Value: 
        
            
                2
                (0x00000002)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        VP8Level_Version2
    
      
    
      
  
    
        
        Constant Value: 
        
            
                4
                (0x00000004)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        VP8Level_Version3
    
      
    
      
  
    
        
        Constant Value: 
        
            
                8
                (0x00000008)
            
        
        
    
     
 
 
    
      
        public 
        static 
        final 
        int
      
        VP8ProfileMain
    
      
    
      
  
    
        
        Constant Value: 
        
            
                1
                (0x00000001)
            
        
        
    
     
 
Fields
 
    
      
        public 
         
         
        int
      
        level
    
      
    
      
  Defined in the OpenMAX IL specs, depending on the type of media
 this can be OMX_VIDEO_AVCLEVELTYPE, OMX_VIDEO_H263LEVELTYPE
 OMX_VIDEO_MPEG4LEVELTYPE or OMX_VIDEO_VP8LEVELTYPE.
 
 
 
    
      
        public 
         
         
        int
      
        profile
    
      
    
      
  Defined in the OpenMAX IL specs, depending on the type of media
 this can be OMX_VIDEO_AVCPROFILETYPE, OMX_VIDEO_H263PROFILETYPE,
 OMX_VIDEO_MPEG4PROFILETYPE or OMX_VIDEO_VP8PROFILETYPE.
 
 
Public Constructors
 
    
      
        public 
         
         
         
         
        
      
      MediaCodecInfo.CodecProfileLevel
      ()