Click or drag to resize

H264Decoder Constructor (String, VideoCodecInfo)

Initializes a new instance of the H264Decoder class

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public H264Decoder(
	string fmtp,
	VideoCodecInfo codecInfo
)

Parameters

fmtp
Type: SystemString
codecInfo
Type: Ozeki.CommonVideoCodecInfo
See Also