CodecCapLevels
Represents codec capability levels.
public class CodecCapLevels {
public int hwDecodingLevel;
public int swDecodingLevel;
};
Properties
- hwDecodingLevel
- Hardware decoding capability level, indicating the device's ability to decode videos of different qualities using hardware.
- swDecodingLevel
- Software decoding capability level, indicating the device's ability to decode videos of different qualities using software.