SongProcessor Class (Microsoft.Xna.Framework.Content.Pipeline.Processors)

A custom song processor that processes an intermediate AudioContent type. This type encapsulates the source audio content, producing a Song type that can be used in the game.
System.Object
   Microsoft.Xna.Framework.Content.Pipeline.ContentProcessor<TInput,TOutput>
      Microsoft.Xna.Framework.Content.Pipeline.Processors.SongProcessor

Namespace: Microsoft.Xna.Framework.Content.Pipeline.Processors
Assembly: MonoGame.Framework.Content.Pipeline (MonoGame.Framework.Content.Pipeline.dll 3.8.0.1082)
  • C#
  • VB
  • F#
[ContentProcessorAttribute(DisplayName = "Song - MonoGame")]
public class SongProcessor : ContentProcessor<TInput,TOutput>

Syntax for VB is not yet implemented.

Syntax for F# is not yet implemented.

The SongProcessor type exposes the following members.

  Platforms Name Description
SongProcessor Initializes a new instance of SongProcessor. 
Top
  Platforms Name Description
Quality Gets or sets the target format quality of the audio content. 
Top
  Platforms Name Description
Process Builds the content for the source audio. (Overrides ContentProcessor<TInput,TOutput>.Process().)
Top
Supported in:

    
 Windows DirectX Desktop
    
 Linux Desktop