'Declaration
Public Function New( _ ByVal Image As DicomDataSet, _ ByVal Format As String, _ ByVal Codec As String, _ ByVal Quality As Object _ )
'Usage
Dim Image As DicomDataSet Dim Format As String Dim Codec As String Dim Quality As Object Dim instance As New VideoCompressionOptions(Image, Format, Codec, Quality)
Parameters
- Image
- The Image to be compressed to video
- Format
- The output format - see remarks
- Codec
- If specified (may be null), then the specific codec is used - otherwise this can be selected internally based on the container
- Quality
- If set to a value convertable to an integer, then this is used to initialise the BitsPerSecond property