Method | Description | |
---|---|---|
AddChannel ( ChannelType type ) : Revise.Files.ZMO.Channels.MotionChannel |
Adds the specified channel type.
|
|
AddChannel ( Revise.Files.ZMO.Channels.MotionChannel channel ) : void |
Adds the specified channel.
|
|
Clear ( ) : void |
Clears all channels.
|
|
Load ( Stream stream ) : void |
Loads the file from the specified stream.
|
|
MotionFile ( ) : System |
Initializes a new instance of the MotionFile class.
|
|
RemoveChannel ( Revise.Files.ZMO.Channels.MotionChannel channel ) : void |
Removes the specified channel.
|
|
RemoveChannel ( int channel ) : void |
Removes the specified channel.
|
|
Reset ( ) : void |
Resets properties to their default values.
|
|
Save ( Stream stream ) : void |
Saves the file to the specified stream.
|
|
this ( int channel ) : Revise.Files.ZMO.Channels.MotionChannel |
Gets the specified Revise.Files.ZMO.Channels.MotionChannel.
|
public AddChannel ( ChannelType type ) : Revise.Files.ZMO.Channels.MotionChannel | ||
type | ChannelType | The type of channel to add. |
return | Revise.Files.ZMO.Channels.MotionChannel |
public AddChannel ( Revise.Files.ZMO.Channels.MotionChannel channel ) : void | ||
channel | Revise.Files.ZMO.Channels.MotionChannel | The channel to add. |
return | void |
public Load ( Stream stream ) : void | ||
stream | Stream | The stream to read from. |
return | void |
public RemoveChannel ( Revise.Files.ZMO.Channels.MotionChannel channel ) : void | ||
channel | Revise.Files.ZMO.Channels.MotionChannel | The channel to remove. |
return | void |
public RemoveChannel ( int channel ) : void | ||
channel | int | The channel to remove. |
return | void |
public Save ( Stream stream ) : void | ||
stream | Stream | The stream to save to. |
return | void |
public this ( int channel ) : Revise.Files.ZMO.Channels.MotionChannel | ||
channel | int | |
return | Revise.Files.ZMO.Channels.MotionChannel |