WmaFileSource Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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) |