C# 클래스 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.
파일 보기 프로젝트 열기: i-e-b/HLS---Smooth-Encoder 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

ToHexString() 공개 메소드

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
리턴 string

ToString() 공개 메소드

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