API Reference
Class
PowerPointMediaPlaybackOptions
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() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.