Share via


Preset Members

The class that represents a preset on disk.

The following tables list the members exposed by the Preset type.

Public Properties

  Name Description
public property AudioCodec For presets containing an audio profile, returns the audio codec.
public property Description Returns a string describing the contents.
public property HasAudioProfile A flag indicating whether the preset has audio profile information.
public property HasAudioSourceProfile A flag indicating whether the preset uses source profile for the audio profile.
public property HasVideoProfile A flag indicating whether the preset has video profile information.
public property HasVideoSourceProfile A flag indicating whether the preset uses source profile for the video profile.
public property IsLivePreset Is preset a Live-only preset.
public property IsPrx Is preset a PRX Profile.
public property IsSmoothStreaming A flag indicating whether the preset uses IIS Smooth Streaming.
public property IsSystem Is this preset instance a system preset.
public property IsWebVideo Indicates if a system encoding preset targets web video rather than devices.
public property Name The name of the preset
public property Path The path of the preset file.
public propertystatic SystemLivePresets Enumerates all system Live presets.
public propertystatic SystemPresets Enumerates all system presets.
public property VideoCodec For presets containing a video profile, returns the video codec.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Equals  Overloaded. (Inherited from Object)
public methodstatic FindPreset Searches system presets for matching, based on exact name, and using the current locale.
public methodstatic FindPresets Returns matching system presets based on search predicate.
public methodstatic FromFile Load a preset from a file.
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public methodstatic ReferenceEquals  (Inherited from Object)
public method ToString  (Inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)

Top

See Also

Reference

Preset Class
Microsoft.Expression.Encoder Namespace