Share via


AacAudioProfile.Clone Method

Makes a deep copy of the video profile object.

Namespace: Microsoft.Expression.Encoder.Profiles
Assembly: Microsoft.Expression.Encoder (in microsoft.expression.encoder.dll)

Syntax

'Declaration
Public Overrides Function Clone As AudioProfile
'Usage
Dim instance As AacAudioProfile
Dim returnValue As AudioProfile

returnValue = instance.Clone
public override AudioProfile Clone ()
public:
virtual AudioProfile^ Clone () override

Return Value

The copied object.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

AacAudioProfile Class
AacAudioProfile Members
Microsoft.Expression.Encoder.Profiles Namespace