ActiViz .NET
5.8.0
|
vtkFFMPEGWriter - Uses the FFMPEG library to write video files. More...
Public Member Functions | |
vtkFFMPEGWriter (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkFFMPEGWriter () | |
Undocumented Block. | |
override void | End () |
These methods start writing an Movie file, write a frame to the file and then end the writing process. | |
virtual int | GetBitRate () |
Set/Get the bit-rate. | |
virtual int | GetBitRateTolerance () |
Set/Get the bit-rate tolerance. | |
virtual int | GetQuality () |
Set/Get the compression quality. 0 means worst quality and smallest file size 2 means best quality and largest file size. | |
virtual int | GetQualityMaxValue () |
Set/Get the compression quality. 0 means worst quality and smallest file size 2 means best quality and largest file size. | |
virtual int | GetQualityMinValue () |
Set/Get the compression quality. 0 means worst quality and smallest file size 2 means best quality and largest file size. | |
virtual int | GetRate () |
Set/Get the frame rate, in frame/s. | |
virtual int | GetRateMaxValue () |
Set/Get the frame rate, in frame/s. | |
virtual int | GetRateMinValue () |
Set/Get the frame rate, in frame/s. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkFFMPEGWriter | NewInstance () |
Undocumented Block. | |
virtual void | SetBitRate (int _arg) |
Set/Get the bit-rate. | |
virtual void | SetBitRateTolerance (int _arg) |
Set/Get the bit-rate tolerance. | |
virtual void | SetQuality (int _arg) |
Set/Get the compression quality. 0 means worst quality and smallest file size 2 means best quality and largest file size. | |
virtual void | SetRate (int _arg) |
Set/Get the frame rate, in frame/s. | |
override void | Start () |
These methods start writing an Movie file, write a frame to the file and then end the writing process. | |
override void | Write () |
These methods start writing an Movie file, write a frame to the file and then end the writing process. | |
Static Public Member Functions | |
static new vtkFFMPEGWriter | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkFFMPEGWriter | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkFFMPEGWriter" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "15vtkFFMPEGWriter" |
Automatically generated type registration mechanics. | |
Protected Member Functions | |
override void | Dispose (bool disposing) |
Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly. | |
Private Member Functions | |
static internal IntPtr | vtkFFMPEGWriter_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkFFMPEGWriter_End_01 (HandleRef pThis) |
static internal int | vtkFFMPEGWriter_GetBitRate_02 (HandleRef pThis) |
static internal int | vtkFFMPEGWriter_GetBitRateTolerance_03 (HandleRef pThis) |
static internal int | vtkFFMPEGWriter_GetQuality_04 (HandleRef pThis) |
static internal int | vtkFFMPEGWriter_GetQualityMaxValue_05 (HandleRef pThis) |
static internal int | vtkFFMPEGWriter_GetQualityMinValue_06 (HandleRef pThis) |
static internal int | vtkFFMPEGWriter_GetRate_07 (HandleRef pThis) |
static internal int | vtkFFMPEGWriter_GetRateMaxValue_08 (HandleRef pThis) |
static internal int | vtkFFMPEGWriter_GetRateMinValue_09 (HandleRef pThis) |
static internal int | vtkFFMPEGWriter_IsA_10 (HandleRef pThis, string type) |
static internal int | vtkFFMPEGWriter_IsTypeOf_11 (string type) |
static internal IntPtr | vtkFFMPEGWriter_NewInstance_13 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkFFMPEGWriter_SafeDownCast_14 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkFFMPEGWriter_SetBitRate_15 (HandleRef pThis, int _arg) |
static internal void | vtkFFMPEGWriter_SetBitRateTolerance_16 (HandleRef pThis, int _arg) |
static internal void | vtkFFMPEGWriter_SetQuality_17 (HandleRef pThis, int _arg) |
static internal void | vtkFFMPEGWriter_SetRate_18 (HandleRef pThis, int _arg) |
static internal void | vtkFFMPEGWriter_Start_19 (HandleRef pThis) |
static internal void | vtkFFMPEGWriter_Write_20 (HandleRef pThis) |
Static Private Member Functions | |
static | vtkFFMPEGWriter () |
Automatically generated type registration mechanics. |
vtkFFMPEGWriter - Uses the FFMPEG library to write video files.
Description vtkFFMPEGWriter is an adapter that allows VTK to use the LGPL'd FFMPEG library to write movie files. FFMPEG can create a variety of multimedia file formats and can use a variety of encoding algorithms (codecs). This class creates .avi files containing MP43 encoded video without audio.
The FFMPEG multimedia library source code can be obtained from the sourceforge web site at http://ffmpeg.sourceforge.net/download.php or is a tarball along with installation instructions at http://www.vtk.org/files/support/ffmpeg_source.tar.gz
vtkGenericMovieWriter vtkAVIWriter vtkMPEG2Writer
static Kitware.VTK.vtkFFMPEGWriter.vtkFFMPEGWriter | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkFFMPEGWriter.vtkFFMPEGWriter | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkFFMPEGWriter.Dispose | ( | bool | disposing | ) | [protected] |
Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.
Reimplemented from Kitware.VTK.vtkGenericMovieWriter.
override void Kitware.VTK.vtkFFMPEGWriter.End | ( | ) | [virtual] |
These methods start writing an Movie file, write a frame to the file and then end the writing process.
Reimplemented from Kitware.VTK.vtkGenericMovieWriter.
virtual int Kitware.VTK.vtkFFMPEGWriter.GetBitRate | ( | ) | [virtual] |
Set/Get the bit-rate.
virtual int Kitware.VTK.vtkFFMPEGWriter.GetBitRateTolerance | ( | ) | [virtual] |
Set/Get the bit-rate tolerance.
virtual int Kitware.VTK.vtkFFMPEGWriter.GetQuality | ( | ) | [virtual] |
Set/Get the compression quality. 0 means worst quality and smallest file size 2 means best quality and largest file size.
virtual int Kitware.VTK.vtkFFMPEGWriter.GetQualityMaxValue | ( | ) | [virtual] |
Set/Get the compression quality. 0 means worst quality and smallest file size 2 means best quality and largest file size.
virtual int Kitware.VTK.vtkFFMPEGWriter.GetQualityMinValue | ( | ) | [virtual] |
Set/Get the compression quality. 0 means worst quality and smallest file size 2 means best quality and largest file size.
virtual int Kitware.VTK.vtkFFMPEGWriter.GetRate | ( | ) | [virtual] |
Set/Get the frame rate, in frame/s.
virtual int Kitware.VTK.vtkFFMPEGWriter.GetRateMaxValue | ( | ) | [virtual] |
Set/Get the frame rate, in frame/s.
virtual int Kitware.VTK.vtkFFMPEGWriter.GetRateMinValue | ( | ) | [virtual] |
Set/Get the frame rate, in frame/s.
override int Kitware.VTK.vtkFFMPEGWriter.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGenericMovieWriter.
static new int Kitware.VTK.vtkFFMPEGWriter.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGenericMovieWriter.
static new vtkFFMPEGWriter Kitware.VTK.vtkFFMPEGWriter.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAlgorithm.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGenericMovieWriter.
static new vtkFFMPEGWriter Kitware.VTK.vtkFFMPEGWriter.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkGenericMovieWriter.
virtual void Kitware.VTK.vtkFFMPEGWriter.SetBitRate | ( | int | _arg | ) | [virtual] |
Set/Get the bit-rate.
virtual void Kitware.VTK.vtkFFMPEGWriter.SetBitRateTolerance | ( | int | _arg | ) | [virtual] |
Set/Get the bit-rate tolerance.
virtual void Kitware.VTK.vtkFFMPEGWriter.SetQuality | ( | int | _arg | ) | [virtual] |
Set/Get the compression quality. 0 means worst quality and smallest file size 2 means best quality and largest file size.
virtual void Kitware.VTK.vtkFFMPEGWriter.SetRate | ( | int | _arg | ) | [virtual] |
Set/Get the frame rate, in frame/s.
override void Kitware.VTK.vtkFFMPEGWriter.Start | ( | ) | [virtual] |
These methods start writing an Movie file, write a frame to the file and then end the writing process.
Reimplemented from Kitware.VTK.vtkGenericMovieWriter.
static internal void Kitware.VTK.vtkFFMPEGWriter.vtkFFMPEGWriter_End_01 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkFFMPEGWriter.vtkFFMPEGWriter_GetBitRate_02 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkFFMPEGWriter.vtkFFMPEGWriter_GetBitRateTolerance_03 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkFFMPEGWriter.vtkFFMPEGWriter_GetQuality_04 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkFFMPEGWriter.vtkFFMPEGWriter_GetQualityMaxValue_05 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkFFMPEGWriter.vtkFFMPEGWriter_GetQualityMinValue_06 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkFFMPEGWriter.vtkFFMPEGWriter_GetRate_07 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkFFMPEGWriter.vtkFFMPEGWriter_GetRateMaxValue_08 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkFFMPEGWriter.vtkFFMPEGWriter_GetRateMinValue_09 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkFFMPEGWriter.vtkFFMPEGWriter_IsA_10 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkFFMPEGWriter.vtkFFMPEGWriter_IsTypeOf_11 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkFFMPEGWriter.vtkFFMPEGWriter_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkFFMPEGWriter.vtkFFMPEGWriter_NewInstance_13 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkFFMPEGWriter.vtkFFMPEGWriter_SafeDownCast_14 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkFFMPEGWriter.vtkFFMPEGWriter_SetBitRate_15 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkFFMPEGWriter.vtkFFMPEGWriter_SetBitRateTolerance_16 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkFFMPEGWriter.vtkFFMPEGWriter_SetQuality_17 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkFFMPEGWriter.vtkFFMPEGWriter_SetRate_18 | ( | HandleRef | pThis, |
int | _arg | ||
) | [private] |
static internal void Kitware.VTK.vtkFFMPEGWriter.vtkFFMPEGWriter_Start_19 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkFFMPEGWriter.vtkFFMPEGWriter_Write_20 | ( | HandleRef | pThis | ) | [private] |
override void Kitware.VTK.vtkFFMPEGWriter.Write | ( | ) | [virtual] |
These methods start writing an Movie file, write a frame to the file and then end the writing process.
Reimplemented from Kitware.VTK.vtkGenericMovieWriter.
new readonly string Kitware.VTK.vtkFFMPEGWriter.MRClassNameKey = "15vtkFFMPEGWriter" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkGenericMovieWriter.
new const string Kitware.VTK.vtkFFMPEGWriter.MRFullTypeName = "Kitware.VTK.vtkFFMPEGWriter" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkGenericMovieWriter.