C# Class HCS_Encoder.Outputs.SmoothStream.MpegLayer3WaveFormat

A managed representation of the multimedia MPEGLAYER3WAVEFORMATEX structure declared in mmreg.h.
This was designed for usage in an environment where PInvokes are not allowed.
ファイルを表示 Open project: i-e-b/HLS---Smooth-Encoder Class Usage Examples

Public Methods

Method Description
ToHexString ( ) : string

Returns a string representing the structure in little-endian hexadecimal format.

The string generated here is intended to be passed as CodecPrivateData for Silverlight 2's MediaStreamSource

ToString ( ) : string

Returns a string representing all of the fields in the object.

Method Details

ToHexString() public method

Returns a string representing the structure in little-endian hexadecimal format.
The string generated here is intended to be passed as CodecPrivateData for Silverlight 2's MediaStreamSource
public ToHexString ( ) : string
return string

ToString() public method

Returns a string representing all of the fields in the object.
public ToString ( ) : string
return string