public final class StartRecordingOptions extends Object
| Constructor and Description |
|---|
StartRecordingOptions() |
| Modifier and Type | Method and Description |
|---|---|
RecordingChannel |
getRecordingChannel()
Get the recordingChannel property: Optional, mixed by default.
|
RecordingContent |
getRecordingContent()
Get the recordingContent property: Optional, audioVideo by default.
|
RecordingFormat |
getRecordingFormat()
Get the recordingFormat property: Optional, mp4 by default.
|
StartRecordingOptions |
setRecordingChannel(RecordingChannel recordingChannel)
Set the recordingChannel property: Optional, mixed by default.
|
StartRecordingOptions |
setRecordingContent(RecordingContent recordingContent)
Set the recordingContent property: Optional, audioVideo by default.
|
StartRecordingOptions |
setRecordingFormat(RecordingFormat recordingFormat)
Set the recordingFormat property: Optional, mp4 by default.
|
public RecordingContent getRecordingContent()
public StartRecordingOptions setRecordingContent(RecordingContent recordingContent)
recordingContent - the recordingContent value to set.public RecordingChannel getRecordingChannel()
public StartRecordingOptions setRecordingChannel(RecordingChannel recordingChannel)
recordingChannel - the recordingChannel value to set.public RecordingFormat getRecordingFormat()
public StartRecordingOptions setRecordingFormat(RecordingFormat recordingFormat)
recordingFormat - the recordingFormat value to set.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.