| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | dji.common.LBAirLinkSecondaryVideoFormat | |
Secondary output video resolution and frame rate.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| LBAirLinkSecondaryVideoFormat | Resolution1080I50FPS | 1080I, 50 FPS | |||||||||
| LBAirLinkSecondaryVideoFormat | Resolution1080I60FPS | 1080I, 60 FPS | |||||||||
| LBAirLinkSecondaryVideoFormat | Resolution1080P24FPS | 1080P, 24 FPS | |||||||||
| LBAirLinkSecondaryVideoFormat | Resolution1080P25FPS | 1080P, 25 FPS | |||||||||
| LBAirLinkSecondaryVideoFormat | Resolution1080P30FPS | 1080P, 30 FPS | |||||||||
| LBAirLinkSecondaryVideoFormat | Resolution1080P50FPS | 1080P, 50 FPS | |||||||||
| LBAirLinkSecondaryVideoFormat | Resolution1080P60FPS | 1080P, 60 FPS | |||||||||
| LBAirLinkSecondaryVideoFormat | Resolution720P24FPS | 720P, 24fps NOTE: This is not supported for SDI output. | |||||||||
| LBAirLinkSecondaryVideoFormat | Resolution720P25FPS | 720P, 25 FPS | |||||||||
| LBAirLinkSecondaryVideoFormat | Resolution720P30FPS | 720P, 30 FPS | |||||||||
| LBAirLinkSecondaryVideoFormat | Resolution720P50FPS | 720P, 50 FPS | |||||||||
| LBAirLinkSecondaryVideoFormat | Resolution720P60FPS | 720P, 60 FPS | |||||||||
| LBAirLinkSecondaryVideoFormat | Unknown | Unknown | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| boolean | 
        _equals(int b)
        
         Compares the specified integer value with the real value of an enum constant. 
  
   | ||||||||||
| static LBAirLinkSecondaryVideoFormat | 
        find(int value)
        
         Returns the enum constant of the type for the specified integer value. 
  
   | ||||||||||
| int | 
        value()
        
         Returns the real value of an enum constant. 
  
   | ||||||||||
| static LBAirLinkSecondaryVideoFormat | valueOf(String name) | ||||||||||
| final static LBAirLinkSecondaryVideoFormat[] | values() | ||||||||||
| 
  [Expand]
   Inherited Methods  | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
   
From class
  java.lang.Enum
 | |||||||||||
   
From class
  java.lang.Object
 | |||||||||||
   
From interface
  java.lang.Comparable
 | |||||||||||
720P, 24fps NOTE: This is not supported for SDI output.
Compares the specified integer value with the real value of an enum constant.
| b | The specified integer value | 
|---|
true if the values are equal, false otherwise.
Returns the enum constant of the type for the specified integer value.
| value | The input integer value. | 
|---|
Returns the real value of an enum constant.