Network media utilities.
More...
Public Member Functions | |
| HRESULT | GetMediaString ([in] enum TMediaType mt,[out, retval] BSTR *pbstr) |
| HRESULT | GetMediaSubTypeString ([in] enum TMediaSubType mst,[out, retval] BSTR *pbstr) |
| HRESULT | GetMediaClassString ([in] enum TMediaSpecClass msc,[out, retval] BSTR *pbstr) |
| HRESULT | GetMediaTypeString ([in] enum TMediaSpecType mst,[out, retval] BSTR *pbstr) |
| HRESULT | GetMediaTypePrefix ([in] enum TMediaSpecType mst,[out, retval] BSTR *pbstr) |
| HRESULT | GetMediaTypeDefault ([in] enum TMediaSpecType mst,[out, retval] BSTR *pbstr) |
| HRESULT | SpecToString ([in] TMediaSpec *pSpec,[out, retval] BSTR *pbstr) |
| HRESULT | StringToSpec ([in] BSTR bstrSpec,[in] enum TMediaSpecType mst,[out] TMediaSpec *pSpec) |
Detailed Description
This interface is implemented by the Omnipeek console and Omnił Engine and provides access to network media information.
Member Function Documentation
|
||||||||||||
|
Get the name for a media spec class.
|
|
||||||||||||
|
Get the name for a media type.
|
|
||||||||||||
|
Get the name for a media sub type.
|
|
||||||||||||
|
Get a default formatted string for a media spec type.
|
|
||||||||||||
|
Get the prefix for a media spec type.
|
|
||||||||||||
|
Get the name for a media spec type.
|
|
||||||||||||
|
Get a string for a media spec.
|
|
||||||||||||||||
|
Get a media spec from a string.
|