WmaFileSource Class

Definition

The WmaFileSource class is a WMA-specific MediaSource subclass.

public ref class WmaFileSource : Microsoft::Rtc::Collaboration::AudioVideo::MediaSource
public class WmaFileSource : Microsoft.Rtc.Collaboration.AudioVideo.MediaSource
type WmaFileSource = class
    inherit MediaSource
Public Class WmaFileSource
Inherits MediaSource
Inheritance
WmaFileSource

Constructors

WmaFileSource(String)

Creates a new instance of the WmaFileSource class.

Properties

Duration

Gets the duration, in milliseconds, of the source.

Filename

Gets the filename of the WMA file.

Methods

BeginPrepareSource(MediaSourceOpenMode, AsyncCallback, Object)

Prepares the media source.

(Inherited from MediaSource)
Close()

Closes the source.

(Inherited from MediaSource)
EndPrepareSource(IAsyncResult)

Ends the operation initiated by BeginPrepareSource.

(Inherited from MediaSource)

Applies to