IVideoFrame

IVideoFrame interface

表示幻灯片上的视频剪辑。

public interface IVideoFrame : IPictureFrame

特性

姓名描述
AsIPictureFrame { get; }允许获取基础 IPictureFrame 接口。 只读IPictureFrame
EmbeddedVideo { get; set; }返回或设置嵌入的视频对象。 读/写IVideo
FullScreenMode { get; set; }确定视频是否以全屏模式显示。 读/写Boolean。
HideAtShowing { get; set; }确定 VideoFrame 是否隐藏。 读/写Boolean。
LinkPathLong { get; set; }返回或设置链接到 VideoFrame 的视频文件的名称。 读/写String。
PlayLoopMode { get; set; }确定视频是否循环播放。 读/写Boolean。
PlayMode { get; set; }返回或设置视频播放模式。 读/写VideoPlayModePreset
RewindVideo { get; set; }确定视频播放完毕后是否自动倒带开始 。 读/写Boolean。
Volume { get; set; }返回或设置音量。 读/写AudioVolumeMode

也可以看看