'DeclarationPublic Function New( _ ByVal Image As DicomDataSet, _ ByVal Format As System.String, _ ByVal Codec As System.String, _ ByVal Quality As System.Object _ )
public VideoCompressionOptions( DicomDataSet Image, System.string Format, System.string Codec, System.object 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