Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
Close ( ) : void |
Close the stream
|
|
Copy ( int start, int length ) : |
Copy a number of frames into a temporary stream
|
|
Cut ( int start, int length ) : |
Move a number of frames into a temporary stream
|
|
EditableVideoStream ( |
Create an editable stream from an uneditable stream
|
|
Paste ( |
Paste a number of frames from another video stream into this stream
|
|
Paste ( |
Paste a number of frames from another video stream into this stream
|
|
SetInfo ( |
Change the AviStreamInfo values and update the frame rate
|
public Copy ( int start, int length ) : |
||
start | int | First frame to copy |
length | int | Count of frames to copy |
Résultat |
public Cut ( int start, int length ) : |
||
start | int | First frame to cut |
length | int | Count of frames to cut |
Résultat |
public EditableVideoStream ( |
||
stream | uneditable stream | |
Résultat | System |
public Paste ( |
||
sourceStream | Pointer to the unmanaged stream to copy from | |
copyPosition | int | Index of the first frame to copy |
pastePosition | int | Where to paste the copied frames |
length | int | Count of frames to paste |
Résultat | void |
public Paste ( |
||
sourceStream | Stream to copy from | |
copyPosition | int | Index of the first frame to copy |
pastePosition | int | Where to paste the copied frames |
length | int | Count of frames to paste |
Résultat | void |