| H264VideoFormatModify Method  | 
            Copies the current VideoFormat based on the current VideoFormat with modified parameters.
            
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic override VideoFormat Modify(
	Resolution resolution,
	double framerate,
	int bitrate
)
Public Overrides Function Modify ( 
	resolution As Resolution,
	framerate As Double,
	bitrate As Integer
) As VideoFormat
public:
virtual VideoFormat^ Modify(
	Resolution^ resolution, 
	double framerate, 
	int bitrate
) override
abstract Modify : 
        resolution : Resolution * 
        framerate : float * 
        bitrate : int -> VideoFormat 
override Modify : 
        resolution : Resolution * 
        framerate : float * 
        bitrate : int -> VideoFormat Parameters
- resolution
 - Type: Ozeki.MediaResolution
 - framerate
 - Type: SystemDouble
 - bitrate
 - Type: SystemInt32
 
Return Value
Type: 
VideoFormat
See Also