Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members

DNPlay::frmDNPlay Class Reference

List of all members.

Public Member Functions

bool eventNotification (Int32 inEventCode, Int32 inParam1, Int32 inParam2)
bool clipCallback (ClipTag inClipTag)
bool headCallback (HeadTag inHeadTag)
 frmDNPlay ()

Protected Member Functions

void setDurationText (Int64 inDuration)
void updateProgressBar ()
override void Dispose (bool disposing)

Protected Attributes

DSPlay mPlayer
Int64 mFileDuration
Int64 mLastSync
Int64 mNumTicks
ClipTag mCurrentClip
HeadTag mHeadTag

Private Types

enum  eEventCodes { EC_COMPLETE = 1 }

Private Member Functions

void InitializeComponent ()
void OpenFile ()
void LoadFile (String inFileName)
void menuItem3_Click (object sender, System.EventArgs e)
void StartPlayback ()
void cmdPlay_Click (object sender, System.EventArgs e)
void StopPlayback ()
void cmdStop_Click (object sender, System.EventArgs e)
void PausePlayback ()
void cmdPause_Click (object sender, System.EventArgs e)
void frmDNPlay_Load (object sender, System.EventArgs e)
void tmrUpdateDuration_Tick (object sender, System.EventArgs e)
void menuItem6_Click (object sender, System.EventArgs e)
void tmrEventCheck_Tick (object sender, System.EventArgs e)
void lblProgressBkgd_Click (object sender, System.EventArgs e)
void lblProgressBkgd_MouseDown (object sender, System.Windows.Forms.MouseEventArgs e)
bool setBaseURIFromFullPath (String inFullPath)
void cmdFollowLink_Click (object sender, System.EventArgs e)
void menuItem4_Click (object sender, System.EventArgs e)

Static Private Member Functions

void Main ()

Private Attributes

System.Windows.Forms.MainMenu mainMenu1
System.Windows.Forms.MenuItem menuItem1
System.Windows.Forms.MenuItem menuItem2
System.Windows.Forms.MenuItem menuItem3
System.Windows.Forms.MenuItem menuItem4
System.Windows.Forms.MenuItem menuItem5
System.Windows.Forms.MenuItem menuItem6
System.Windows.Forms.MenuItem menuItem7
System.Windows.Forms.Button cmdPlay
System.ComponentModel.IContainer components
System.Windows.Forms.Label lblFileLocation
System.Windows.Forms.OpenFileDialog dlgOpenFile
System.Windows.Forms.Button cmdStop
System.Windows.Forms.Button cmdPause
System.Windows.Forms.Label lblDuration
System.Windows.Forms.Timer tmrUpdateDuration
System.Windows.Forms.Label lblProgressBkgd
System.Windows.Forms.Label lblProgressFgnd
System.Windows.Forms.Timer tmrEventCheck
System.Windows.Forms.Label lblClipDesc
System.Windows.Forms.Button cmdFollowLink
System.Windows.Forms.Label lblAnchorLink
System.Windows.Forms.Label lblTitle
Uri mBaseURI
String mFileName

Detailed Description

<summary> Summary description for Form1. </summary>


Member Enumeration Documentation

enum DNPlay::frmDNPlay::eEventCodes [private]
 

Enumeration values:
EC_COMPLETE 


Constructor & Destructor Documentation

DNPlay::frmDNPlay::frmDNPlay  )  [inline]
 


Member Function Documentation

bool DNPlay::frmDNPlay::clipCallback ClipTag  inClipTag  )  [inline]
 

void DNPlay::frmDNPlay::cmdFollowLink_Click object  sender,
System.EventArgs  e
[inline, private]
 

void DNPlay::frmDNPlay::cmdPause_Click object  sender,
System.EventArgs  e
[inline, private]
 

void DNPlay::frmDNPlay::cmdPlay_Click object  sender,
System.EventArgs  e
[inline, private]
 

void DNPlay::frmDNPlay::cmdStop_Click object  sender,
System.EventArgs  e
[inline, private]
 

override void DNPlay::frmDNPlay::Dispose bool  disposing  )  [inline, protected]
 

<summary> Clean up any resources being used. </summary>

bool DNPlay::frmDNPlay::eventNotification Int32  inEventCode,
Int32  inParam1,
Int32  inParam2
[inline]
 

void DNPlay::frmDNPlay::frmDNPlay_Load object  sender,
System.EventArgs  e
[inline, private]
 

bool DNPlay::frmDNPlay::headCallback HeadTag  inHeadTag  )  [inline]
 

void DNPlay::frmDNPlay::InitializeComponent  )  [inline, private]
 

<summary> Required method for Designer support - do not modify the contents of this method with the code editor. </summary>

void DNPlay::frmDNPlay::lblProgressBkgd_Click object  sender,
System.EventArgs  e
[inline, private]
 

void DNPlay::frmDNPlay::lblProgressBkgd_MouseDown object  sender,
System.Windows.Forms.MouseEventArgs  e
[inline, private]
 

void DNPlay::frmDNPlay::LoadFile String  inFileName  )  [inline, private]
 

void DNPlay::frmDNPlay::Main  )  [inline, static, private]
 

<summary> The main entry point for the application. </summary>

void DNPlay::frmDNPlay::menuItem3_Click object  sender,
System.EventArgs  e
[inline, private]
 

void DNPlay::frmDNPlay::menuItem4_Click object  sender,
System.EventArgs  e
[inline, private]
 

void DNPlay::frmDNPlay::menuItem6_Click object  sender,
System.EventArgs  e
[inline, private]
 

void DNPlay::frmDNPlay::OpenFile  )  [inline, private]
 

void DNPlay::frmDNPlay::PausePlayback  )  [inline, private]
 

bool DNPlay::frmDNPlay::setBaseURIFromFullPath String  inFullPath  )  [inline, private]
 

void DNPlay::frmDNPlay::setDurationText Int64  inDuration  )  [inline, protected]
 

void DNPlay::frmDNPlay::StartPlayback  )  [inline, private]
 

void DNPlay::frmDNPlay::StopPlayback  )  [inline, private]
 

void DNPlay::frmDNPlay::tmrEventCheck_Tick object  sender,
System.EventArgs  e
[inline, private]
 

void DNPlay::frmDNPlay::tmrUpdateDuration_Tick object  sender,
System.EventArgs  e
[inline, private]
 

void DNPlay::frmDNPlay::updateProgressBar  )  [inline, protected]
 


Member Data Documentation

System.Windows.Forms.Button DNPlay::frmDNPlay::cmdFollowLink [private]
 

System.Windows.Forms.Button DNPlay::frmDNPlay::cmdPause [private]
 

System.Windows.Forms.Button DNPlay::frmDNPlay::cmdPlay [private]
 

System.Windows.Forms.Button DNPlay::frmDNPlay::cmdStop [private]
 

System.ComponentModel.IContainer DNPlay::frmDNPlay::components [private]
 

System.Windows.Forms.OpenFileDialog DNPlay::frmDNPlay::dlgOpenFile [private]
 

System.Windows.Forms.Label DNPlay::frmDNPlay::lblAnchorLink [private]
 

System.Windows.Forms.Label DNPlay::frmDNPlay::lblClipDesc [private]
 

System.Windows.Forms.Label DNPlay::frmDNPlay::lblDuration [private]
 

System.Windows.Forms.Label DNPlay::frmDNPlay::lblFileLocation [private]
 

System.Windows.Forms.Label DNPlay::frmDNPlay::lblProgressBkgd [private]
 

System.Windows.Forms.Label DNPlay::frmDNPlay::lblProgressFgnd [private]
 

System.Windows.Forms.Label DNPlay::frmDNPlay::lblTitle [private]
 

System.Windows.Forms.MainMenu DNPlay::frmDNPlay::mainMenu1 [private]
 

Uri DNPlay::frmDNPlay::mBaseURI [private]
 

ClipTag DNPlay::frmDNPlay::mCurrentClip [protected]
 

System.Windows.Forms.MenuItem DNPlay::frmDNPlay::menuItem1 [private]
 

System.Windows.Forms.MenuItem DNPlay::frmDNPlay::menuItem2 [private]
 

System.Windows.Forms.MenuItem DNPlay::frmDNPlay::menuItem3 [private]
 

System.Windows.Forms.MenuItem DNPlay::frmDNPlay::menuItem4 [private]
 

System.Windows.Forms.MenuItem DNPlay::frmDNPlay::menuItem5 [private]
 

System.Windows.Forms.MenuItem DNPlay::frmDNPlay::menuItem6 [private]
 

System.Windows.Forms.MenuItem DNPlay::frmDNPlay::menuItem7 [private]
 

Int64 DNPlay::frmDNPlay::mFileDuration [protected]
 

String DNPlay::frmDNPlay::mFileName [private]
 

HeadTag DNPlay::frmDNPlay::mHeadTag [protected]
 

Int64 DNPlay::frmDNPlay::mLastSync [protected]
 

Int64 DNPlay::frmDNPlay::mNumTicks [protected]
 

DSPlay DNPlay::frmDNPlay::mPlayer [protected]
 

System.Windows.Forms.Timer DNPlay::frmDNPlay::tmrEventCheck [private]
 

System.Windows.Forms.Timer DNPlay::frmDNPlay::tmrUpdateDuration [private]
 


The documentation for this class was generated from the following file:
Generated on Fri Nov 5 22:34:36 2004 for oggdsf by  doxygen 1.3.9