Mpeg42VideoEncoderConfigurationMotionEstimation Property |
Motion estimation methods to use.
Namespace: StreamCoders.EncoderAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public Mpeg4MotionEstimation MotionEstimation { get; set; }
Public Property MotionEstimation As Mpeg4MotionEstimation
Get
Set
public:
property Mpeg4MotionEstimation^ MotionEstimation {
Mpeg4MotionEstimation^ get ();
void set (Mpeg4MotionEstimation^ value);
}
member MotionEstimation : Mpeg4MotionEstimation with get, set
Property Value
Type:
Mpeg4MotionEstimationSee Also