FMLiveSwitchVpxEndUsageMode Class Reference

End usage modes for VPX. More...

Instance Methods

(int) - value
 Gets the internal integer value representation of this end usage mode. More...
 

Class Methods

(FMLiveSwitchVpxEndUsageMode *) + cbr
 Gets a KeyframeMode of type VPX_CBR. More...
 
(FMLiveSwitchVpxEndUsageMode *) + cq
 Gets a KeyframeMode of type VPX_CQ. More...
 
(FMLiveSwitchVpxEndUsageMode *) + q
 Gets a KeyframeMode of type VPX_Q. More...
 
(FMLiveSwitchVpxEndUsageMode *) + vbr
 Gets a KeyframeMode of type VPX_VBR. More...
 

Detailed Description

End usage modes for VPX.

Method Documentation

◆ cbr

Gets a KeyframeMode of type VPX_CBR.

◆ cq

Gets a KeyframeMode of type VPX_CQ.

◆ q

Gets a KeyframeMode of type VPX_Q.

◆ value

- (int) value

Gets the internal integer value representation of this end usage mode.

◆ vbr

Gets a KeyframeMode of type VPX_VBR.