LiveSource.SourcePropertiesSnapshot Method

Gets a snapshot of the source properties.

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

Syntax

'Declaration
Public MustOverride Function SourcePropertiesSnapshot As SourceProperties
'Usage
Dim instance As LiveSource
Dim returnValue As SourceProperties

returnValue = instance.SourcePropertiesSnapshot
public abstract SourceProperties SourcePropertiesSnapshot ()
public:
virtual SourceProperties^ SourcePropertiesSnapshot () abstract

Return Value

The source properties.

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

LiveSource Class
LiveSource Members
Microsoft.Expression.Encoder.Live Namespace