H264VideoEncoderConfigurationMotionEstimation Property |
Gets or sets the motion estimation method.
Namespace: StreamCoders.EncoderAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic H264MotionEstimation MotionEstimation { get; set; }
Public Property MotionEstimation As H264MotionEstimation
Get
Set
public:
property H264MotionEstimation MotionEstimation {
H264MotionEstimation get ();
void set (H264MotionEstimation value);
}
member MotionEstimation : H264MotionEstimation with get, set
Property Value
Type:
H264MotionEstimation
The motion estimation.
See Also