WmaAudioDecoderConfigurationBlockAlignment Property |
Gets or sets the block alignment of the audio frames.
Namespace: StreamCoders.DecoderAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public int BlockAlignment { get; set; }
Public Property BlockAlignment As Integer
Get
Set
public:
property int BlockAlignment {
int get ();
void set (int value);
}
member BlockAlignment : int with get, set
Property Value
Type:
Int32
The block alignment.
See Also