Gets or sets the media source object.
public virtual object SourceObject { get; set; }
Public Overridable Property SourceObject As Object
A System.Object value representing the media source object.
This property allows the user to assign a COM object as the media source for the conversion process. The object can be any Media Foundation source object ( implements the IMFMediaSource interface ). The SourceType will be set to SourceObjectType.Object. Assignment can raise an error exception. For more information, refer to the Error Codes.
Note: When setting this property, the convert control must be in the stopped state.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET