Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.36 KB

audiograph_createframeinputnode_2056779528.md

File metadata and controls

32 lines (23 loc) · 1.36 KB
-api-id -api-type
M:Windows.Media.Audio.AudioGraph.CreateFrameInputNode(Windows.Media.MediaProperties.AudioEncodingProperties,Windows.Media.Audio.AudioNodeEmitter)
winrt method

Windows.Media.Audio.AudioGraph.CreateFrameInputNode

-description

Creates a spatial audio-enabled AudioFrameInputNode, with the specified encoding properties, that inputs audio data generated by app-implemented code into the audio graph.

-parameters

-param encodingProperties

An object representing the audio encoding properties for the frame input node which specifies the sample rate at which the created node will operate. Only uncompressed PCM and float formats are allowed.

-param emitter

An object that describes the position and other physical characteristics of the emitter from which the node's audio is emitted when spatial audio processing is used.

-returns

An audio frame input node.

-remarks

-examples

-see-also

CreateFrameInputNode, CreateFrameInputNode(AudioEncodingProperties)

-capabilities

backgroundMediaRecording