TSDuck v3.40-3968
MPEG Transport Stream Toolkit
|
DirectShow AM_MEDIA_TYPE utilities (Windows-specific). More...
Namespaces | |
namespace | ts |
TSDuck namespace, containing all TSDuck classes and functions. | |
Functions | |
::HRESULT | ts::CopyMediaType (::AM_MEDIA_TYPE &dst, const ::AM_MEDIA_TYPE &src) |
Copy a media type to another (Windows-specific). | |
void | ts::DeleteMediaType (::AM_MEDIA_TYPE *media_type) |
Delete a heap-allocated AM_MEDIA_TYPE structure (Windows-specific). | |
void | ts::FreeMediaType (::AM_MEDIA_TYPE &media_type) |
Free an existing media type, ie free resources it holds (Windows-specific). | |
void | ts::InitMediaType (::AM_MEDIA_TYPE &media_type) |
Initialize a media type with "null" values (Windows-specific). | |
DirectShow AM_MEDIA_TYPE utilities (Windows-specific).