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
Queries format data as DVInfo.

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
If true, samples are of a fixed size.

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
GUID that specifies the structure used for the format block.

(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
Internal object reference.

(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
Queries height of video info header.

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
Globally unique identifier (GUID) that specifies the major type of the media sample. F

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
Size of the sample in bytes. For compressed data, the value can be zero.

(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
GUID that specifies the subtype of the media sample.

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
If true, samples are compressed using temporal (interframe) compression.

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
Queries format data as VideoInfoHeader.

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
Queries format data as VideoInfoHeader2.

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
Queries format data as WaveFormat.

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
Queries width of video info header.

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.


The biggest plugin in space...