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 Gets the audio codec for presets containing an audio profile.
public property Description Gets a string describing the contents.
public property HasAudioProfile Gets a value indicating whether the preset has audio profile information.
public property HasAudioSourceProfile Gets a value indicating whether the preset uses a source profile for the audio profile.
public property HasVideoProfile Gets a value indicating whether the preset has video profile information.
public property HasVideoSourceProfile Gets a value indicating whether the preset uses a source profile for the video profile.
public property Id Gets the locale independent ID of the preset.
public property IsLivePreset Gets a value indicating whether this preset is a Live-only preset.
public property IsPrx Gets a value indicating whether this preset is a PRX profile.
public property IsSmoothStreaming Gets a value indicating whether the preset uses IIS Smooth Streaming.
public property IsSystem Gets a value indicating whether this preset is a system preset.
public property IsWebVideo Gets a value indicating whether the preset targets web video rather than devices.
public property Name Gets the name of the preset.
public property Path Gets the path of the preset file.
public propertystatic SystemLivePresets Gets a list of all the system Live presets.
public propertystatic SystemPresets Gets a list of all the system presets.
public property VideoCodec Gets the video codec for presets containing a video profile.

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Equals  Overloaded. (Inherited from Object )
public methodstatic FindPreset Searches system presets for a matching preset, based on exact name or Id, and using the current locale.
public methodstatic FindPresets Returns matching system presets based on the search predicate.
public methodstatic FromFile Loads 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

   © 2011 by Microsoft Corporation. All rights reserved.