Provides a callback method that gets called when loading a file containing an overlay.
Syntax
Visual Basic (Declaration) | |
---|
Public Delegate Sub CodecsOverlayCallback( _
ByVal data As CodecsOverlayData _
) |
Parameters
- data
- A CodecsOverlayData object that contains information for the callback. Some members of this object are for input, some are for output. For more information, refer to CodecsOverlayData.
Example
Remarks
Requirements
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also