Share via


AudioSource.SubFrameLengthInBytes Property

Gets the sub frame length (in bytes).

Syntax

public:
property uint32 SubFrameLengthInBytes {
         uint32 get ();
}
public uint SubFrameLengthInBytes { get; }
var subFrameLengthInBytes = audioSource.subFrameLengthInBytes;

Property value

[C++] 
[C#] 
[JavaScript] 

Type: uint32
Type: uint
Type: Number

 

The sub frame length.

Requirements

Namespace: WindowsPreview.Kinect

Metadata: windowspreview.kinect.winmd

See also

Reference

AudioSource Class
WindowsPreview.Kinect Namespace