Broadcast Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a Windows Live Broadcast Service broadcast session.
public interface class Broadcast
[System.Runtime.InteropServices.Guid("B67DE22C-BC01-4A73-A99B-070D1B5A795D")]
public interface Broadcast
type Broadcast = interface
Public Interface Broadcast
- Attributes
Properties
Application |
Returns an Application object that represents the Microsoft Word application. |
AttendeeUrl |
If a broadcast is in progress, returns a String (string in C#) that represents the URL of the attendee link. Read-only. |
Capabilities |
Returns a UInteger (uint in C#) that represents the capabilities of the specified broadcast. Read-only. |
Parent |
Returns an Object that represents the parent object of the specified Broadcast object |
PresenterServiceUrl |
If a broadcast is in progress, returns a String (string in C#) that represents the URL of the presenter service hosting the broadcast. Read-only. |
SessionID |
If a broadcast is in progress, returns a String (string in C#) that specifies the ID of the session. Read-only. |
State |
Returns an MSOBroadcastState constant that describes the current broadcast state. Read-only. |
Methods
AddMeetingNotes(String, String) |
Adds shared meeting notes for the specified broadcast that are accessible to attendees who use either OneNote 2013 rich client or web app. |
End() |
Ends the specified broadcast session. |
Pause() |
Pauses the specified broadcast. |
Resume() |
Resumes the specified broadcast. |
Start(String) |
Initiates the specified broadcast session. |