Share via


LiveDeviceSource.SourcePropertiesSnapshot Method

Gets properties describing this source, including things like frame rate, resolution, etc.

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

Syntax

'Declaration
Public Overrides Function SourcePropertiesSnapshot As SourceProperties
'Usage
Dim instance As LiveDeviceSource
Dim returnValue As SourceProperties

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

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

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