MFORMATSLib Namespace : MFWriterClass Class |
The following tables list the members exposed by MFWriterClass.
Name | Description | |
---|---|---|
![]() | 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 |
![]() | ReceiverFramePut | Puts frame to encoding process |
![]() | ReceiverFramePutVB6 | ReceiverFramePut method optimized for VB6 usage |
![]() | WriterClose | Closes writer's object and encoding process |
![]() | WriterGet | Returns target path of encoding and full encoding's configuration |
![]() | WriterOptionGet | Gets currently set configuration's option (format, video or audio codec) |
![]() | WriterOptionGetByIndex | Gets a writer's option by its index. |
![]() | WriterOptionGetCount | Gets a number of available options (number of available formats, audio or video codecs) |
![]() | WriterOptionSet | Sets writer's option by its name |
![]() | WriterOptionSetByIndex | Sets writer's option by its index |
![]() | WriterSet | Sets target path and configuration for encoding. Also turns on writer's object to be ready to receive frames. |
Name | Description | |
---|---|---|
![]() | OnEventSafe | Raises on each received event |