SampleTarget Class

Summary

The SampleTarget object is used to fetch single media samples from the ConvertCtrl and CaptureCtrl objects.

Syntax
C#
C++/CLI
public class SampleTarget : IDisposable 
public ref class SampleTarget : public System.IDisposable   
Remarks

A sample target will accept samples having a specific media type.

This media type is set in the MediaType object. Once the media type is set, the media type for the sample target is set by calling the SampleTarget.SetAcceptedMediaType method.

To determine the accepted media type of the sample target, call the SampleTarget.GetAcceptedMediaType method.

The sample target object must be set to receive samples from either a CaptureCtrl object or a ConvertCtrl object and then start either the capture or the convert process.

Once that is done, the sample target can begin receiving samples. Using the GetSample method, the sample target can get delivered samples one at a time, until the end of the stream is reached. When the end of the stream is reached, the convert or capture process should be stopped.

For a more detailed description of this process, refer to Implementing a SampleTarget object.

Requirements

Target Platforms

Help Version 22.0.2022.12.7
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Multimedia Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.