MPLATFORMLib Namespace : MProxyClass Class |
The following tables list the members exposed by MProxyClass.
Name | Description | |
---|---|---|
ObjectCallbackSet | Sets the callback (for C++ and Delphi, for other languages use events). This method blocks the video stream. | |
ObjectCallbackSetFunc | Sets the callback function (for C++ and Delphi, for other languages use events). The method blocks the video stream. | |
ObjectClose | Stops and closes the current object. | |
ObjectCommandExecute | Executes the special command for object. | |
ObjectFrameGet | Gets the current frame from any source object. | |
ObjectGetInternal | Gets DirectShow object in MPlatform. Use for MLive, MRenderer and MWriter objects. | |
ObjectNameGet | Gets the object name. | |
ObjectNameSet | Sets the object name. | |
ObjectStart | Initializes and starts the object. | |
ObjectStateGet | Gets the state of object. | |
ObjectVirtualSourceCreate | Creates virtual source. | |
PropsGet | Gets the properties. | |
PropsGetByIndex | Gets the property by its index. | |
PropsGetCount | Gets the count of properties. | |
PropsInfoGet | Gets information about property | |
PropsOptionGet | Gets property from options | |
PropsOptionGetByIndex | Gets property option by its index | |
PropsOptionGetCount | Gets number of options for the property | |
PropsOptionSetByIndex | Sets option property by its index | |
PropsRemove | Removes the property. | |
PropsSet | Sets the property. | |
ReceiverChannelAdd | Adds the media sender to renderer. | |
ReceiverChannelAddByName | Adds the media sender by its name. | |
ReceiverChannelGetByIndex | Gets the information about sender by its index. | |
ReceiverChannelGetCount | Gets the number of connected senders. | |
ReceiverChannelRemove | Removes the media sender. | |
ReceiverPutEOS | Puts the end of stream command to renderer. It is used when stream is no longer needed for data transmission. | |
ReceiverPutFlush | Puts the Flush command to renderer to reset all data in object. It used before object removing. | |
ReceiverPutFrame | Puts frame to the renderer |