SourceProperties.TotalFrames Property

Gets the total number of video frames for this source. If it's a file source, this equals the duration. If it's a device source, this equals the total number of frames sent by the driver.

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

Syntax

'Declaration
Public Property TotalFrames As Long
'Usage
Dim instance As SourceProperties
Dim value As Long

value = instance.TotalFrames
public long TotalFrames { get; }
public:
property long long TotalFrames {
    long long get ();
}

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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

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