프로퍼티 | 타입 | 설명 | |
---|---|---|---|
EventDuration | System.TimeSpan | ||
EventInPoint | System.TimeSpan | ||
EventInfoText | string | ||
EventLooping | bool | ||
EventPath | string | ||
EventStart | System.DateTime | ||
EventTransition | vmTransitionType | ||
EventTransitionTime | int | ||
EventType | vmEventType | ||
KeepDuration | bool | ||
MediaDuration | System.TimeSpan | ||
SlideshowInterval | int | ||
SlideshowTransition | vmTransitionType | ||
SlideshowTransitionTime | int | ||
Title | string |
메소드 | 설명 | |
---|---|---|
EventTypeFromString ( string type ) : vmEventType | ||
EventTypeString ( ) : string | ||
SlideshowTypeString ( ) : string | ||
ToXMLNode ( |
||
TransitionTypeFromString ( string type ) : vmTransitionType | ||
TransitionTypeString ( ) : string | ||
TransitionTypeString ( vmTransitionType trans ) : string | ||
vMixEvent ( |
||
vMixEvent ( string title, string path, vmEventType type, System.DateTime start, System.TimeSpan inpoint, System.TimeSpan media_duration, System.TimeSpan event_duration, bool keep_duration, vmTransitionType transition, int transition_time, bool looping ) : System | ||
vMixEvent ( |
||
vMixEvent ( vmEventType type, System.DateTime start, System.TimeSpan duration ) : System |
public EventTypeFromString ( string type ) : vmEventType | ||
type | string | |
리턴 | vmEventType |
public ToXMLNode ( |
||
document | ||
리턴 |
public TransitionTypeFromString ( string type ) : vmTransitionType | ||
type | string | |
리턴 | vmTransitionType |
public TransitionTypeString ( vmTransitionType trans ) : string | ||
trans | vmTransitionType | |
리턴 | string |
public vMixEvent ( string title, string path, vmEventType type, System.DateTime start, System.TimeSpan inpoint, System.TimeSpan media_duration, System.TimeSpan event_duration, bool keep_duration, vmTransitionType transition, int transition_time, bool looping ) : System | ||
title | string | |
path | string | |
type | vmEventType | |
start | System.DateTime | |
inpoint | System.TimeSpan | |
media_duration | System.TimeSpan | |
event_duration | System.TimeSpan | |
keep_duration | bool | |
transition | vmTransitionType | |
transition_time | int | |
looping | bool | |
리턴 | System |
public vMixEvent ( vmEventType type, System.DateTime start, System.TimeSpan duration ) : System | ||
type | vmEventType | |
start | System.DateTime | |
duration | System.TimeSpan | |
리턴 | System |