Platforms to show: All Mac Windows Linux Cross-Platform
Back to DirectShowMediaTypeMBS class.
DirectShowMediaTypeMBS.DVINFO as DirectShowDVInfoMBS
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | DirectShow | MBS Win Plugin | 13.4 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Returns nil if format is not a DVInfo.
(Read only property)
Some examples using this property:
DirectShowMediaTypeMBS.FixedSizeSamples as Boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | DirectShow | MBS Win Plugin | 13.4 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
This field is informational only. For audio, it is generally set to true. For video, it is usually true for uncompressed video and false for compressed video.
(Read and Write property)
DirectShowMediaTypeMBS.FormatType as DirectShowGUIDMBS
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | DirectShow | MBS Win Plugin | 13.4 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
(Read and Write property)
DirectShowMediaTypeMBS.Handle as Integer
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | DirectShow | MBS Win Plugin | 13.4 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
(Read and Write property)
DirectShowMediaTypeMBS.Height as Integer
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | DirectShow | MBS Win Plugin | 18.4 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Convenience function which works with VideoInfoHeader and VideoInfoHeader2 to query the value.
(Read only property)
DirectShowMediaTypeMBS.MajorType as DirectShowGUIDMBS
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | DirectShow | MBS Win Plugin | 13.4 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
or a list of possible major types, see Media Types.
http://msdn.microsoft.com/en-us/library/windows/desktop/dd390670(v=vs.85).aspx
(Read and Write property)
DirectShowMediaTypeMBS.SampleSize as Integer
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | DirectShow | MBS Win Plugin | 13.4 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
(Read and Write property)
DirectShowMediaTypeMBS.SubType as DirectShowGUIDMBS
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | DirectShow | MBS Win Plugin | 13.4 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
For a list of possible subtypes, see Media Types. For some formats, the value might be MEDIASUBTYPE_None, which means the format does not require a subtype.
http://msdn.microsoft.com/en-us/library/windows/desktop/dd390670(v=vs.85).aspx
(Read and Write property)
DirectShowMediaTypeMBS.TemporalCompression as Boolean
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | DirectShow | MBS Win Plugin | 13.4 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
A value of true indicates that not all frames are key frames. This field is informational only.
(Read and Write property)
DirectShowMediaTypeMBS.VideoInfoHeader as DirectShowVideoInfoHeaderMBS
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | DirectShow | MBS Win Plugin | 13.4 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Returns nil if format is not a VideoInfoHeader.
(Read only property)
Some examples using this property:
DirectShowMediaTypeMBS.VideoInfoHeader2 as DirectShowVideoInfoHeader2MBS
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | DirectShow | MBS Win Plugin | 13.4 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Returns nil if format is not a VideoInfoHeader2.
(Read only property)
Some examples using this property:
DirectShowMediaTypeMBS.WaveFormat as DirectShowWaveFormatMBS
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | DirectShow | MBS Win Plugin | 13.4 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Returns nil if format is not a WaveFormat.
(Read only property)
Some examples using this property:
DirectShowMediaTypeMBS.Width as Integer
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| property | DirectShow | MBS Win Plugin | 18.4 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Convenience function which works with VideoInfoHeader and VideoInfoHeader2 to query the value.
(Read only property)
The items on this page are in the following plugins: MBS Win Plugin.