MFORMATSLib Namespace : MFLiveClass Class |
The following tables list the members exposed by MFLiveClass.
Name | Description | |
---|---|---|
![]() | DeviceClose | Closes the current device |
![]() | DeviceGet | Gets the current device of a selected type |
![]() | DeviceGetByIndex | Gets a device by its index. |
![]() | DeviceGetCount | Gets a number of available devices of the selected type |
![]() | DeviceGetInternal | gets an access to internal object. Required "device_sharing" feature disable for correct work. For Blackmagic devices the 1st parameter is ignored. The method returns IDeckLinkInput (MFLive) / IDeckLinkOutput (MFRenderer) object (information about these interfaces is placed into Decklink SDK documentation) |
![]() | DeviceOpen | Open a device for work |
![]() | DeviceSet | Sets a device of the specified type. |
![]() | DeviceShowProps | Shows device's property page. |
![]() | FormatAudioGet | Gets current audio format |
![]() | FormatAudioGetByIndex | Gets an audio format by its index |
![]() | FormatAudioGetCount | Gets number of available formats for selected type |
![]() | FormatAudioSet | Sets audio format |
![]() | FormatVideoGet | Gets a current video format |
![]() | FormatVideoGetByIndex | Gets the video format by its index. |
![]() | FormatVideoGetCount | Gets a number of available video formats of selected type. |
![]() | FormatVideoSet | Sets a video format |
![]() | MFCallbackSet | Sets callback to events for an object |
![]() | MFCallbackSetFunc | Sets a callback function |
![]() | MFClose | Common method for close object - can be used for close any object e.g. instead ReaderClose, DeviceClose, SpltterClose etc. |
![]() | MFInternalGet | Gets internal component interface - work only for MFLive/MFRenderer IF device_sharing DISABLED (DirectShow/Decklink) |
![]() | MFStateGet | Return state of specifed object and optionally some extra info (like path to file, device name etc.) |
![]() | PropsGet | Gets object's property. |
![]() | PropsGetByIndex | Gets a property's name and value by property's index. |
![]() | PropsGetCount | Gets count of properties in a selected node |
![]() | PropsInfoGet | Gets information of required type about a selected property |
![]() | PropsOptionGet | Gets property option |
![]() | PropsOptionGetByIndex | Gets an option for a property |
![]() | PropsOptionGetCount | Gets a number of available option for a selected property |
![]() | PropsOptionSetByIndex | Sets a property's option by the option's index |
![]() | PropsRemove | Removes a selected property |
![]() | PropsSet | Sets a current property's value |
![]() | SourceAVPropsGet | Gets media properties (audio and video) of a source object |
![]() | SourceFrameConvertedGet | Gets a next frame (that is converted to required format) from file or live source |
![]() | SourceFrameConvertedGetByNumber | Gets a converted to required format frame by its number. For live sources number is ignored. |
![]() | SourceFrameConvertedGetByTime | Gets a converted to required format frame by its time. For live sources time is ignored. |
![]() | SourceFrameConvertedGetByTimeVB6 | Get converted frame by time (VB6 only method) |
![]() | SourceFrameGet | Gets an original next frame of a file or live source |
![]() | SourceFrameGetByNumber | Gets an original frame by its number. For live sources number is ignored. |
![]() | SourceFrameGetByTime | Gets an original frame by its time. For live sources time is ignored. |
Name | Description | |
---|---|---|
![]() | OnEventSafe | Raises on each received event |