H264ParameterSetGetMetrics Method |
Calculates the metrics contained in the H.264 parameter-set.
Namespace: StreamCoders.DecoderAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public H264Metrics GetMetrics()
Public Function GetMetrics As H264Metrics
public:
H264Metrics^ GetMetrics()
member GetMetrics : unit -> H264Metrics
Return Value
Type:
H264Metrics
Returns object of type H264Metrics, otherwise null.
See Also