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)
 Syntax
Syntaxpublic virtual VideoFormat Modify(
	Resolution resolution,
	double framerate,
	int bitrate
)
Public Overridable Function Modify ( 
	resolution As Resolution,
	framerate As Double,
	bitrate As Integer
) As VideoFormat
public:
virtual VideoFormat^ Modify(
	Resolution^ resolution, 
	double framerate, 
	int bitrate
)
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
See Also