Skip to main content

MediaSetPropertySize

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

long MediaSetPropertySize(dword objHandle, char propertyName[], dword width, dword height);

Description

Sets width and height as a single 64-bit property value. Properties can be set on an object specific basis for a media type object (e.g. returned by MediaGetMediaType).

Parameters

  • propertyName: Name of the property to be retrieved. For a list of properties that can be set by this function see Media Properties and Major Media Types / Subtypes.
  • objHandle: Media type handle.
  • width: Receives the width.
  • height: Receives the height.

Return Values

Example

See Also