SourceProperties Members

Describes properties of a LiveSource.

The following tables list the members exposed by the SourceProperties type.

Public Constructors

  Name Description
SourceProperties  

Top

Public Properties

  Name Description
public property Channels Gets the number of channels in the audio for this source.
public property FrameRate Gets the frame rate of the video for this source.
public property FramesDropped Gets the number of frames dropped by the driver of this source. File sources never drop frames at the driver level.
public property SampleRate Gets the sample rate of the audio for this source.
public property SamplesDropped Gets the number of audio samples dropped by this source. File sources never drop audio samples.
public property Size Gets the size of the video for this source.
public property TotalFrames 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.

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Equals  Overloaded. (Inherited from Object )
public method GetHashCode  (Inherited from Object )
public method GetType  (Inherited from Object )
public methodstatic ReferenceEquals  (Inherited from Object )
public method ToString  (Inherited from Object )

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object )
protected method MemberwiseClone  (Inherited from Object )

Top

See Also

Reference

SourceProperties Class
Microsoft.Expression.Encoder.Live Namespace

   © 2011 by Microsoft Corporation. All rights reserved.