|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |
Constructor Summary | |
---|---|
MediaFile() Initializes a new instance of the MediaFile class. |
Property Summary | |
---|---|
int |
AudioBitrate
Gets the audio bitrate in kilobits per second (kbps) |
System.TimeSpan |
Duration
Same as Length, but returns as a TimeSpan |
float |
Length
Gets the run-length of the file (in seconds) |
Method Summary | |
---|---|
System.IO.Stream | GetFile(string filename) |
void | IgnoreBytes(System.IO.Stream stream, int count) |
int | ReadInt(System.IO.Stream stream) |
short | ReadShort(System.IO.Stream stream) |
Methods inherited from class System.Object |
---|
Equals, Finalize, GetHashCode, GetType, MemberwiseClone, ToString |
Constructor Detail |
---|
protected MediaFile()
Initializes a new instance of the MediaFile class.
Property Detail |
---|
public int AudioBitrate
Gets the audio bitrate in kilobits per second (kbps)
public System.TimeSpan Duration
Same as Length, but returns as a TimeSpan
public float Length
Gets the run-length of the file (in seconds)
Method Detail |
---|
protected System.IO.Stream GetFile(string filename)
protected void IgnoreBytes(System.IO.Stream stream, int count)
protected int ReadInt(System.IO.Stream stream)
protected short ReadShort(System.IO.Stream stream)
|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |