Click or drag to resize
ILyncPlatformLibraryMedia Interface
Encapuslates a LyncPlatformLibrary entity of type media. Such as a file playback, Speech Synthesizer playback or file recording.

Namespace: Inkostar.Interfaces
Assembly: LyncPlatformLibrary (in LyncPlatformLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface ILyncPlatformLibraryMedia

The ILyncPlatformLibraryMedia type exposes the following members.

Methods
  NameDescription
Public methodPause
Pauses the current media operation, such as playback or recording.
Public methodResume
Resumes the current media operation such as playback or recording.
Public methodStop
Stops the current media operation such as playback or recording.
Top
Properties
  NameDescription
Public propertyMediaIdentifier
Gets or sets the unique identifier for the current media.
Public propertyMediaType
Gets or sets the media LyncPlatformLibraryAudioType of the current media.
Public propertyParentInteraction
Gets the ILyncPlatformLibraryInteraction instance which is associated with the current media.
Top
See Also