Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

MediaClip.VideoEffectDefinitions Property

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Gets the list of video effect definitions for processing the media clip.

public:
 property IVector<IVideoEffectDefinition ^> ^ VideoEffectDefinitions { IVector<IVideoEffectDefinition ^> ^ get(); };
IVector<IVideoEffectDefinition> VideoEffectDefinitions();
public IList<IVideoEffectDefinition> VideoEffectDefinitions { get; }
var iVector = mediaClip.videoEffectDefinitions;
Public ReadOnly Property VideoEffectDefinitions As IList(Of IVideoEffectDefinition)

Property Value

The list of video effect definitions for processing the media clip.

Applies to

See also


Feedback

Was this page helpful?