Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Note
This method is available only when developing for Windows.
Builds the content for the source audio.
Syntax
'Declaration
Public Overrides Function Process ( _
input As AudioContent, _
context As ContentProcessorContext _
) As SongContent
public override SongContent Process (
AudioContent input,
ContentProcessorContext context
)
public:
SongContent Process(
AudioContent input,
ContentProcessorContext context
) override
Parameters
- input
Type: AudioContent
The audio content to build. - context
Type: ContentProcessorContext
Context for the specified processor.
Return Value
Type: SongContent
The built audio.
Requirements
Namespace: Microsoft.Xna.Framework.Content.Pipeline.Processors
Assembly: Microsoft.Xna.Framework.Content.Pipeline (in microsoft.xna.framework.content.pipeline.dll)
See Also
Reference
SongProcessor Class
SongProcessor Members
Microsoft.Xna.Framework.Content.Pipeline.Processors Namespace
Platforms
Windows 7, Windows Vista, Windows XP