Click or drag to resize

SystemVideo Class

The System.Video properties namespace.
Inheritance Hierarchy
SystemObject
  callback.ShellBoost.Core.WindowsPropertySystemSystemVideo

Namespace:  callback.ShellBoost.Core.WindowsPropertySystem
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static class Video

The SystemVideo type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberCompression
The System.Video.Compression property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Video_Compression. Display name Video compression.
Public propertyStatic memberDirector
The System.Video.Director property key. PropVariant type: VT_LPWSTR, VT_VECTOR. .NET type: System.String[]. Shell name PKEY_Video_Director. Display name Directors.
Public propertyStatic memberEncodingBitrate
The System.Video.EncodingBitrate property key. PropVariant type: VT_UI4. .NET type: System.UInt32. Shell name PKEY_Video_EncodingBitrate. Display name Data rate.
Public propertyStatic memberFourCC
The System.Video.FourCC property key. PropVariant type: VT_UI4. .NET type: System.UInt32. Shell name PKEY_Video_FourCC.
Public propertyStatic memberFrameHeight
The System.Video.FrameHeight property key. PropVariant type: VT_UI4. .NET type: System.UInt32. Shell name PKEY_Video_FrameHeight. Display name Frame height.
Public propertyStatic memberFrameRate
The System.Video.FrameRate property key. PropVariant type: VT_UI4. .NET type: System.UInt32. Shell name PKEY_Video_FrameRate. Display name Frame rate.
Public propertyStatic memberFrameWidth
The System.Video.FrameWidth property key. PropVariant type: VT_UI4. .NET type: System.UInt32. Shell name PKEY_Video_FrameWidth. Display name Frame width.
Public propertyStatic memberHorizontalAspectRatio
The System.Video.HorizontalAspectRatio property key. PropVariant type: VT_UI4. .NET type: System.UInt32. Shell name PKEY_Video_HorizontalAspectRatio.
Public propertyStatic memberIsSpherical
The System.Video.IsSpherical property key. PropVariant type: VT_BOOL. .NET type: System.Boolean. Shell name PKEY_Video_IsSpherical. Display name Spherical.
Public propertyStatic memberIsStereo
The System.Video.IsStereo property key. PropVariant type: VT_BOOL. .NET type: System.Boolean. Shell name PKEY_Video_IsStereo. Display name Stereo.
Public propertyStatic memberOrientation
The System.Video.Orientation property key. PropVariant type: VT_UI4. .NET type: System.UInt32. Shell name PKEY_Video_Orientation. Display name Video orientation.
Public propertyStatic memberSampleSize
The System.Video.SampleSize property key. PropVariant type: VT_UI4. .NET type: System.UInt32. Shell name PKEY_Video_SampleSize. Display name Video sample size.
Public propertyStatic memberStreamName
The System.Video.StreamName property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Video_StreamName. Display name Stream name.
Public propertyStatic memberStreamNumber
The System.Video.StreamNumber property key. PropVariant type: VT_UI2. .NET type: System.UInt16. Shell name PKEY_Video_StreamNumber.
Public propertyStatic memberTotalBitrate
The System.Video.TotalBitrate property key. PropVariant type: VT_UI4. .NET type: System.UInt32. Shell name PKEY_Video_TotalBitrate. Display name Total bitrate.
Public propertyStatic memberTranscodedForSync
The System.Video.TranscodedForSync property key. PropVariant type: VT_BOOL. .NET type: System.Boolean. Shell name PKEY_Video_TranscodedForSync.
Public propertyStatic memberVerticalAspectRatio
The System.Video.VerticalAspectRatio property key. PropVariant type: VT_UI4. .NET type: System.UInt32. Shell name PKEY_Video_VerticalAspectRatio.
Top
See Also