Preset.HasAudioSourceProfile Property
A flag indicating whether the preset uses source profile for the audio profile.
Namespace: Microsoft.Expression.Encoder
Assembly: Microsoft.Expression.Encoder (in microsoft.expression.encoder.dll)
Syntax
'Declaration
Public ReadOnly Property HasAudioSourceProfile As Boolean
'Usage
Dim instance As Preset
Dim value As Boolean
value = instance.HasAudioSourceProfile
public bool HasAudioSourceProfile { get; }
public:
property bool HasAudioSourceProfile {
bool get ();
}
/** @property */
public boolean get_HasAudioSourceProfile ()
public function get HasAudioSourceProfile () : boolean
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
Preset Class
Preset Members
Microsoft.Expression.Encoder Namespace