SoMPEGRendererSetSize Method |
Sets the frame pixel size.
Namespace: OIV.Inventor.MPEG
The width and height of the frame must be a multiple of 16. If they are not, they are reduced to the next lower multiple of 16.
By default, width and height values are 96.
NOTE: This method must be called before OIV.Inventor.MPEG.SoMPEGRenderer.OpenFile(System.String, System.UInt32) or () in order to have an effect. Calling it after calling OIV.Inventor.MPEG.SoMPEGRenderer.OpenFile(System.String, System.UInt32) or () may cause undesirable results.