LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
MediaSample Class
See Also  Members  
Leadtools.Multimedia Namespace : MediaSample Class



The MediaSample object is a wrapper object for the DirectShow MediaSample object.

Object Model

MediaSample Class

Syntax

Visual Basic (Declaration) 
Public Class MediaSample 
   Implements IDisposable 
Visual Basic (Usage)Copy Code
Dim instance As MediaSample
C# 
public class MediaSample : IDisposable  
C++/CLI 
public ref class MediaSample : public IDisposable  

Remarks

Use the MediaSample object to encapsulate media samples returned from the SampleSource and SampleTarget objects. A media sample contains a block of media data. Media samples support the use of shared memory buffers among filters belonging to the same graph.

Inheritance Hierarchy

System.Object
   Leadtools.Multimedia.MediaSample

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also