API Reference

Class

PowerPointMediaPlaybackOptions

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Modifiers sealed

Typed playback metadata shared by audio and video.

Inheritance

  • Object
  • PowerPointMediaPlaybackOptions

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Accepted by parameters

Constructors

public PowerPointMediaPlaybackOptions() #

Properties

public Int32 VolumePercent { get; set; } #

Volume from zero through 100 percent.

public Boolean Mute { get; set; } #

Whether audio is muted.

public Boolean Loop { get; set; } #

Whether playback repeats indefinitely.

public Boolean ShowWhenStopped { get; set; } #

Whether the media frame remains visible when stopped.

public Boolean FullScreen { get; set; } #

Whether video plays full-screen.

public Nullable<UInt32> TrimStartMilliseconds { get; set; } #

Trim start in milliseconds.

public Nullable<UInt32> TrimEndMilliseconds { get; set; } #

Trim end in milliseconds.

public Nullable<UInt32> FadeInMilliseconds { get; set; } #

Fade-in duration in milliseconds.

public Nullable<UInt32> FadeOutMilliseconds { get; set; } #

Fade-out duration in milliseconds.