Audio Level: Technical Specs
From AVObjects Knowledge Base
(Difference between revisions)
(New page: These are basic DirectShow specs for the Audio Level filter. {| |'''Filter Interfaces:''' |IAudioLevel, IBaseFilter, ISpecifyPropertyPages, IPersist |- |'''Input stream:''' |PCM Audio...) |
|||
(19 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | + | ==Basic DirectShow specs for the [[Audio Level]] filter== | |
+ | |||
+ | The filter can be found in the following categories: | ||
+ | * DirectShow filters | ||
+ | * AVObjects filters | ||
+ | |||
{| | {| | ||
+ | |- | ||
|'''Filter Interfaces:''' | |'''Filter Interfaces:''' | ||
− | | | + | |IBaseFilter, ISpecifyPropertyPages, IPersistStream, IMLAudioLevel, IAVVersion |
+ | |||
|- | |- | ||
|'''Input stream:''' | |'''Input stream:''' | ||
− | |PCM | + | |PCM (8, 16, 24, 32 bits per mono sample) or IEEE float |
+ | |||
|- | |- | ||
|'''Input Pin Media Types:''' | |'''Input Pin Media Types:''' | ||
|MEDIATYPE_Audio<br> | |MEDIATYPE_Audio<br> | ||
− | MEDIASUBTYPE_PCM<br> | + | MEDIASUBTYPE_PCM or MEDIASUBTYPE_IEEE_FLOAT<br> |
FORMAT_WaveFormatEx | FORMAT_WaveFormatEx | ||
+ | |||
|- | |- | ||
|'''Input Pin Interfaces:''' | |'''Input Pin Interfaces:''' | ||
|IPin, IQualityControl, IMemInputPin | |IPin, IQualityControl, IMemInputPin | ||
+ | |||
|- | |- | ||
|'''Output streams:''' | |'''Output streams:''' | ||
|PCM Audio | |PCM Audio | ||
+ | |||
+ | |||
|- | |- | ||
|'''Output Pin Media Types:''' | |'''Output Pin Media Types:''' | ||
|MEDIATYPE_Audio<br> | |MEDIATYPE_Audio<br> | ||
− | MEDIASUBTYPE_PCM<br> | + | MEDIASUBTYPE_PCM or MEDIASUBTYPE_IEEE_FLOAT<br> |
FORMAT_WaveFormatEx | FORMAT_WaveFormatEx | ||
+ | |||
|- | |- | ||
|'''Output Pin Interfaces:''' | |'''Output Pin Interfaces:''' | ||
|IPin, IQualityControl, IMediaSeeking | |IPin, IQualityControl, IMediaSeeking | ||
+ | |||
|- | |- | ||
|'''Filter Name:''' | |'''Filter Name:''' | ||
− | | | + | |AVObjects Audio Level |
+ | |||
|- | |- | ||
|'''Filter CLSID:''' | |'''Filter CLSID:''' | ||
|380949BC-AD26-4862-BF30-1F709075DF5B | |380949BC-AD26-4862-BF30-1F709075DF5B | ||
+ | |||
|- | |- | ||
|'''Executable:''' | |'''Executable:''' | ||
− | | | + | |32 bits: ALevel32DL.dll (Debug), ALevel32L.dll (Release)<br> |
+ | 64 bits: ALevel64DL.dll (Debug), ALevel64L.dll (Release) | ||
+ | |||
|- | |- | ||
|'''Merit:''' | |'''Merit:''' | ||
|MERIT_DO_NOT_USE | |MERIT_DO_NOT_USE | ||
+ | |||
|- | |- | ||
|'''Filter categories:''' | |'''Filter categories:''' | ||
|DirectShow filters: CLSID_LegacyAmFilterCategory {083863F1-70DE-11d0-BD40-00A0C911CE86}<br> | |DirectShow filters: CLSID_LegacyAmFilterCategory {083863F1-70DE-11d0-BD40-00A0C911CE86}<br> | ||
− | + | AVObjects filters: CLSID_AVObjectsCategory {624f5641-BB65-47AC-A545-912B367DE469} | |
|} | |} | ||
+ | |||
+ | |||
+ | [[Category: Technical Specs]] | ||
+ | __NOTOC__ |
Latest revision as of 19:39, 7 April 2021
Basic DirectShow specs for the Audio Level filter
The filter can be found in the following categories:
- DirectShow filters
- AVObjects filters
Filter Interfaces: | IBaseFilter, ISpecifyPropertyPages, IPersistStream, IMLAudioLevel, IAVVersion |
Input stream: | PCM (8, 16, 24, 32 bits per mono sample) or IEEE float |
Input Pin Media Types: | MEDIATYPE_Audio MEDIASUBTYPE_PCM or MEDIASUBTYPE_IEEE_FLOAT |
Input Pin Interfaces: | IPin, IQualityControl, IMemInputPin |
Output streams: | PCM Audio
|
Output Pin Media Types: | MEDIATYPE_Audio MEDIASUBTYPE_PCM or MEDIASUBTYPE_IEEE_FLOAT |
Output Pin Interfaces: | IPin, IQualityControl, IMediaSeeking |
Filter Name: | AVObjects Audio Level |
Filter CLSID: | 380949BC-AD26-4862-BF30-1F709075DF5B |
Executable: | 32 bits: ALevel32DL.dll (Debug), ALevel32L.dll (Release) 64 bits: ALevel64DL.dll (Debug), ALevel64L.dll (Release) |
Merit: | MERIT_DO_NOT_USE |
Filter categories: | DirectShow filters: CLSID_LegacyAmFilterCategory {083863F1-70DE-11d0-BD40-00A0C911CE86} AVObjects filters: CLSID_AVObjectsCategory {624f5641-BB65-47AC-A545-912B367DE469} |