Xeno-rat
|
Classes | |
class | AudioSubtypes |
Audio Subtype GUIDs http://msdn.microsoft.com/en-us/library/windows/desktop/aa372553%28v=vs.85%29.aspx. More... | |
interface | IMFActivate |
IMFActivate, defined in mfobjects.h. More... | |
interface | IMFAttributes |
Provides a generic way to store key/value pairs on an object. http://msdn.microsoft.com/en-gb/library/windows/desktop/ms704598%28v=vs.85%29.aspx. More... | |
interface | IMFByteStream |
IMFByteStream http://msdn.microsoft.com/en-gb/library/windows/desktop/ms698720%28v=vs.85%29.aspx. More... | |
interface | IMFCollection |
Represents a generic collection of IUnknown pointers. More... | |
interface | IMFMediaBuffer |
IMFMediaBuffer http://msdn.microsoft.com/en-gb/library/windows/desktop/ms696261%28v=vs.85%29.aspx. More... | |
interface | IMFMediaEvent |
IMFMediaEvent - Represents an event generated by a Media Foundation object. Use this interface to get information about the event. http://msdn.microsoft.com/en-us/library/windows/desktop/ms702249%28v=vs.85%29.aspx Mfobjects.h. More... | |
interface | IMFMediaType |
Represents a description of a media format. http://msdn.microsoft.com/en-us/library/windows/desktop/ms704850%28v=vs.85%29.aspx. More... | |
interface | IMFReadWriteClassFactory |
Creates an instance of either the sink writer or the source reader. More... | |
interface | IMFSample |
http://msdn.microsoft.com/en-gb/library/windows/desktop/ms702192%28v=vs.85%29.aspx More... | |
interface | IMFSinkWriter |
Implemented by the Microsoft Media Foundation sink writer object. More... | |
interface | IMFSourceReader |
IMFSourceReader interface http://msdn.microsoft.com/en-us/library/windows/desktop/dd374655%28v=vs.85%29.aspx. More... | |
interface | IMFTransform |
IMFTransform, defined in mftransform.h. More... | |
class | MediaFoundationApi |
Main interface for using Media Foundation with NAudio. More... | |
class | MediaFoundationAttributes |
Media Foundation attribute guids http://msdn.microsoft.com/en-us/library/windows/desktop/ms696989%28v=vs.85%29.aspx. More... | |
class | MediaFoundationErrors |
Media Foundation Errors. More... | |
class | MediaFoundationInterop |
Interop definitions for MediaFoundation thanks to Lucian Wischik for the initial work on many of these definitions (also various interfaces) n.b. the goal is to make as much of this internal as possible, and provide better .NET APIs using the MediaFoundationApi class instead. More... | |
class | MediaFoundationTransform |
An abstract base class for simplifying working with Media Foundation Transforms You need to override the method that actually creates and configures the transform. More... | |
class | MediaFoundationTransformCategories |
Media Foundation Transform Categories. More... | |
class | MediaType |
Media Type helper class, simplifying working with IMFMediaType (will probably change in the future, to inherit from an attributes class) Currently does not release the COM object, so you must do that yourself. More... | |
class | MediaTypes |
Major Media Types http://msdn.microsoft.com/en-us/library/windows/desktop/aa367377%28v=vs.85%29.aspx. More... | |
class | MF_SINK_WRITER_STATISTICS |
Contains statistics about the performance of the sink writer. More... | |
class | MFReadWriteClassFactory |
CLSID_MFReadWriteClassFactory. More... | |
struct | MFT_INPUT_STREAM_INFO |
Contains information about an input stream on a Media Foundation transform (MFT) More... | |
struct | MFT_OUTPUT_DATA_BUFFER |
Contains information about an output buffer for a Media Foundation transform. More... | |
struct | MFT_OUTPUT_STREAM_INFO |
Contains information about an output stream on a Media Foundation transform (MFT). More... | |
class | MFT_REGISTER_TYPE_INFO |
Contains media type information for registering a Media Foundation transform (MFT). More... | |
class | TranscodeContainerTypes |
https://docs.microsoft.com/en-us/windows/win32/medfound/mf-transcode-containertype More... | |
Contains flags for registering and enumeration Media Foundation transforms (MFTs).
Describes an input stream on a Media Foundation transform (MFT).
Defines flags for the IMFTransform::ProcessOutput method.
Describes an output stream on a Media Foundation transform (MFT).
Defines flags for processing output samples in a Media Foundation transform (MFT).
See mfobjects.h.
Contains flags that indicate the status of the IMFSourceReader::ReadSample method http://msdn.microsoft.com/en-us/library/windows/desktop/dd375773(v=vs.85).aspx.
Defines messages for a Media Foundation transform (MFT).