MPLATFORMLib Namespace : MFactoryClass Class |
For a list of all members of this type, see MFactoryClass members.
Name | Description | |
---|---|---|
FramesCreate | Creates frame with specified maximum video storage size (video+ancillary data) | |
FramesCreateFromFile | Creates a frame from image file (BMP, JPG, PNG, TIFF). | |
FramesCreateFromHBITMAP | Creates a frame from handle of bitmap | |
FramesCreateFromMem | Creates frame from memory. | |
FramesCreateFromSurface | Creates a frame from surface (Direct3D object). Not implemented yet. | |
FramesMakeLocal | Uses for interprocess communication. Note: before use a frame from other process make sure that you call this method. | |
MComposerCreate | creates MComposer object | |
MFBufferAlloc | Allocates a buffer with specified size, and optionally copy memory | |
MFBufferAllocPacket | Allocate and initialized packet with specified size, and optionally copy memory. | |
MFBufferTransferIPC | Transfer buffer from external process to local process (if remote buffer from same process, the same buffer return) | |
MFDataGet | Gets ancillary data | |
MFDataGetByIndex | Gets data by its index | |
MFDataSet | Sets (or updates) a data | |
MFExternalCreate | ||
MFExternalDestroy | ||
MFExternalIsAliveByPID | ||
MFFrameClone | Gets a clone of the frame. See eMFrameClone for more information about clone types. If _fccPixelFormat is not eMFCC_Default and not the original, then video will be copied even for reference frames. Note: If frame is out-of-prcoess, the clone ALSO out-of-process. You should call MFFrameMakeLocal() for such frames. | |
MFFrameCreateFromFile | Creates a frame from a file | |
MFFrameCreateFromHBITMAP | Creates a frame from a HBitmap object | |
MFFrameCreateFromMem | Creates a frame from memory | |
MFFrameCreateFromMemEx | Extended method to create a frame (MFFrame object) from memory | |
MFFrameCreateFromTexture | Creates a MFFrame object from D3D texture | |
MFFrameCreatePlain | Creates a plain (empty) frame | |
MFFrameCreateWrapper | Creates frame from object (e.g. WICBitmapLock, D3D9Surface, MediaSample, NSSBuffer - etc) - just keeps a reference to external object and use memory pointer. | |
MFFrameMakeLocal | Makes a local copy of external frame. For interprocess communication. Before use a frame from another process make sure that you call this method. | |
MFileCreate | creates MFile object | |
MFObjGet | Gets internal object (added to a frame) | |
MFObjGetByIndex | Gets an attached object by its index | |
MFObjSet | Sets (updates) an object | |
MFStrGet | Get a string data attached to the MFFrame | |
MFStrGetByIndex | Gets a string data by its index | |
MFStrSet | Sets (updates) a string attached to MFFrame object | |
MLiveCreate | creates MLive object | |
MMixerCreate | creates MMixer object | |
MPlaylistCreate | creates MPlaylist object | |
MPreviewCreate | creates MPreview object | |
MProxyCreate | creates MProxy object | |
MRendererCreate | creates MRenderer object | |
MWriterCreate | creates MWriter object | |
ObjectCreate | creates a common object |